[ 'http' => [ App\Exception\Handler\BusinessExceptionHandler::class, Hyperf\HttpServer\Exception\Handler\HttpExceptionHandler::class, App\Exception\Handler\AppExceptionHandler::class, ], 'jsonrpc-http' => [ App\Exception\Handler\ValidateExceptionHandler::class, App\Exception\Handler\AppRpcExceptionHandler::class ] ], ];