mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-02-19 23:23:47 +00:00
8 lines
93 B
PHP
8 lines
93 B
PHP
<?php
|
|
|
|
namespace Firebase\JWT;
|
|
|
|
class ExpiredException extends \UnexpectedValueException
|
|
{
|
|
}
|