mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-03-13 15:21:19 +00:00
8 lines
102 B
PHP
8 lines
102 B
PHP
<?php
|
|
|
|
namespace Firebase\JWT;
|
|
|
|
class SignatureInvalidException extends \UnexpectedValueException
|
|
{
|
|
}
|