[ 'http' => [ Hyperf\HttpServer\Exception\Handler\HttpExceptionHandler::class, App\Exception\Handler\JwtAuthExceptionHandler::class, App\Exception\Handler\ValidateExceptionHandler::class, App\Exception\Handler\AppExceptionHandler::class, ], 'ws' => [ App\Exception\Handler\WebSocketExceptionHandler::class ], ], ];