UNPKG

@tsed/common

Version:
5 lines (4 loc) 184 B
import type { PlatformContext } from "../../platform/domain/PlatformContext"; export interface ExceptionFilterMethods<T = unknown> { catch(error: T, ctx: PlatformContext): void; }