View file phpBB3/vendor/carlos-mg89/oauth/src/OAuth/Common/Token/Exception/ExpiredTokenException.php

File size: 212B
<?php

namespace OAuth\Common\Token\Exception;

use OAuth\Common\Exception\Exception;

/**
 * Exception thrown when an expired token is attempted to be used.
 */
class ExpiredTokenException extends Exception
{
}