UNPKG

@nestjs/common

Version:

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

7 lines (6 loc) 287 B
import 'reflect-metadata'; /** * Defines the Exceptions Filter. Takes set of exception types as an argument, which has to be catched by this Filter. * The class should implements the `ExceptionFilter` interface. */ export declare function Catch(...exceptions: any[]): ClassDecorator;