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