Files

16 lines
214 B
PHP
Raw Permalink Normal View History

2025-11-07 09:56:20 +08:00
<?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
{
}