UNPKG

@nestjs/core

Version:

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

12 lines (11 loc) 248 B
export declare class Error { name: string; message: string; stack: string; constructor(message?: string); } export declare class RuntimeException extends Error { private msg; constructor(msg?: string); what(): string; }