UNPKG

@nestjs/core

Version:

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

5 lines (4 loc) 111 B
export declare class RuntimeException extends Error { constructor(message?: string); what(): string; }