10 lines
139 B
PHP
10 lines
139 B
PHP
|
<?php
|
||
|
|
||
|
namespace app\api\exception;
|
||
|
|
||
|
use think\exception\HttpResponseException;
|
||
|
|
||
|
class HttpRespException extends HttpResponseException
|
||
|
{
|
||
|
|
||
|
}
|