<?php
namespace app\api\exception;
use think\exception\HttpResponseException;
class HttpRespException extends HttpResponseException
{
}