official_website/app/api/exception/HttpRespException.php

10 lines
139 B
PHP
Raw Normal View History

2024-12-02 13:57:08 +08:00
<?php
namespace app\api\exception;
use think\exception\HttpResponseException;
class HttpRespException extends HttpResponseException
{
}