mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-30 23:08:10 +00:00
8 lines
97 B
PHP
8 lines
97 B
PHP
<?php
|
|
|
|
namespace Firebase\JWT;
|
|
|
|
class BeforeValidException extends \UnexpectedValueException
|
|
{
|
|
}
|