View file phpBB3/vendor/carlos-mg89/oauth/src/OAuth/Common/Storage/Exception/AuthorizationStateNotFoundException.php

File size: 187B
<?php

namespace OAuth\Common\Storage\Exception;

/**
 * Exception thrown when a state is not found in storage.
 */
class AuthorizationStateNotFoundException extends StorageException
{
}