UNPKG

@nestjs/core

Version:

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

6 lines (5 loc) 200 B
import { RuntimeException } from './exceptions/runtime.exception'; export declare class ExceptionHandler { private static readonly logger; handle(exception: RuntimeException | Error): void; }