Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@nestjs/common / interfaces / exceptions / exception-filter-metadata.interface.d.ts
Size: Mime:
import { ExceptionFilter } from './exception-filter.interface';
import { Type } from '../type.interface';
export interface ExceptionFilterMetadata {
    func: ExceptionFilter['catch'];
    exceptionMetatypes: Type<any>[];
}