ExceptionFilterMethods
@tsed/platform-exceptions
Usage
typescript
import { ExceptionFilterMethods } from "@tsed/platform-exceptions";
See /packages/platform/platform-exceptions/src/types/interfaces/ExceptionFilterMethods.ts.
Overview
ts
interface ExceptionFilterMethods<T = unknown> {
catch(error: T, ctx: DIContext): void;
}
catch
ts
catch(error: T, ctx: DIContext): void;