hyperf-chat/app/Exception/ResponseException.php

15 lines
177 B
PHP
Raw Normal View History

2021-05-13 18:01:34 +08:00
<?php
namespace App\Exception;
/**
* 自定义响应错误
* Class ResponseException
*
* @package App\Exception
*/
class ResponseException extends ValidateException
{
}