View file phpBB3/vendor/carlos-mg89/oauth/src/OAuth/Common/Storage/Exception/AuthorizationStateNotFoundException.php
<?php
namespace OAuth\Common\Storage\Exception;
/**
* Exception thrown when a state is not found in storage.
*/
class AuthorizationStateNotFoundException extends StorageException
{
}