drag-create-api/app/common/exception/NotAuthApi.php
2023-06-25 08:51:24 +08:00

13 lines
133 B
PHP

<?php
declare(strict_types=1);
namespace app\common\exception;
/**
* 未授权接口
*/
class NotAuthApi extends \Exception
{
}