UNPKG

@teamhive/nestjs-common

Version:

Our common decorators, services, etc for NestJS projects

8 lines (7 loc) 252 B
import { BaseException } from './base.exception'; export declare class LoggedException extends BaseException { tags: { [key: string]: string; }; constructor(name: string, response: string | object, status: number, error?: Error); }