Files
im/support/Jwt/Exception/JwtCacheTokenException.php
T
commie c153975eed 7
2026-01-08 05:42:44 +08:00

15 lines
239 B
PHP
Executable File

<?php
/**
* @desc JwtCacheTokenExveption.php 描述信息
* @author Tinywan(ShaoBo Wan)
* @date 2022/3/18 18:15
*/
declare(strict_types=1);
namespace support\Jwt\Exception;
class JwtCacheTokenException extends \RuntimeException
{
}