1 | <?php |
||
8 | class InvalidException extends AuthException |
||
9 | { |
||
10 | 6 | public function __construct( |
|
16 | |||
17 | 1 | public static function tokenExpired($token, \Exception $previous = null) |
|
24 | |||
25 | 1 | public static function tokenUnparseable($token, \Exception $previous = null) |
|
32 | |||
33 | 1 | public static function invalidSignature($token, \Exception $previous = null) |
|
40 | |||
41 | 1 | public static function invalidToken($token, \Exception $previous = null) |
|
48 | } |
||
49 |