houde_web_api/app/common/exception/LoginTimeOut.php
2023-04-16 23:05:17 +08:00

13 lines
132 B
PHP

<?php
declare(strict_types=1);
namespace app\common\exception;
/**
* 登录超时
*/
class LoginTimeOut extends \Exception
{
}