Newer
Older
gnexus-auth-client-php / src / Exception / StateValidationException.php
@Eugene Sukhodolskiy Eugene Sukhodolskiy 13 hours ago 133 bytes Initial auth client package scaffold
<?php

declare(strict_types=1);

namespace GNexus\GAuth\Exception;

final class StateValidationException extends GAuthException
{
}