Kanboard-Prod/vendor/OAuth/OAuth2/Service/Exception/InvalidAuthorizationStateEx...

11 lines
221 B
PHP
Executable File

<?php
namespace OAuth\OAuth2\Service\Exception;
/**
* Exception thrown when the state parameter received during the authorization process is invalid.
*/
class InvalidAuthorizationStateException extends \Exception
{
}