[ 'http' => [ Hyperf\HttpServer\Exception\Handler\HttpExceptionHandler::class, App\Exception\Handler\ValidationExceptionHandler::class,// 自定义表单验证器异常处理器 App\Exception\Handler\AppExceptionHandler::class, ], ], ];