hyperf-chat/app/Exception/ResponseException.php

15 lines
177 B
PHP

<?php
namespace App\Exception;
/**
* 自定义响应错误
* Class ResponseException
*
* @package App\Exception
*/
class ResponseException extends ValidateException
{
}