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

16 lines
214 B
PHP
Executable File

<?php
/**
* @desc JwtConfigException
* @author Tinywan(ShaoBo Wan)
* @date 2022/2/21 9:53
*/
declare(strict_types=1);
namespace support\Jwt\Exception;
class JwtConfigException extends \RuntimeException
{
}