UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

7 lines (6 loc) 224 B
import { ExceptionFilter } from './exception-filter.interface'; import { Type } from '../type.interface'; export interface ExceptionFilterMetadata { func: ExceptionFilter['catch']; exceptionMetatypes: Type<any>[]; }