hyperf-chat/app/Exception/ResponseException.php

16 lines
202 B
PHP
Raw Permalink Normal View History

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