UNPKG

@teamhive/nestjs-common

Version:

Our common decorators, services, etc for NestJS projects

5 lines (4 loc) 203 B
import { BaseException } from './base.exception'; export declare class PassiveException extends BaseException { constructor(name: string, response: string | object, status: number, error?: Error); }