Seditio Source
Root |
./othercms/phpBB3/vendor/lusitanian/oauth/src/OAuth/Common/Storage/Exception/TokenNotFoundException.php
<?php

namespace OAuth\Common\Storage\Exception;

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