The Framework Code

class/framework/utility/jwt/ExpiredException.php

File List

<?php
/**
 * An exception used by the JWT Class - the token has expired
 */
namespace Framework\Utility\JWT;
/**
 * The ExpiredException class
 */
class ExpiredException extends \UnexpectedValueException
{
}