UNPKG

@teamhive/nestjs-common

Version:

Our common decorators, services, etc for NestJS projects

7 lines (6 loc) 205 B
import { PassiveException } from './passive.exception'; export declare class ForbiddenException extends PassiveException { constructor(message?: string, options?: { appCode?: string; }); }