hyperf-chat/app/Exception/ResponseException.php

16 lines
202 B
PHP

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