* @link https://github.com/gzydong/hyperf-chat */ namespace App\Exception; use Hyperf\Server\Exception\ServerException; /** * 验证器异常类 * * @package App\Exception */ class ValidateException extends ServerException { }