Description

Global exception filter that catches all exceptions and returns a structured JSON response with status, code, hint, path, and meta fields. Supports HTTP, WebSocket, and RPC transports.

Example

app.useGlobalFilters(new AllExceptionsFilter());

Implements

  • ExceptionFilter

Constructors

Methods

Constructors

Methods