UNPKG

111 BTypeScriptView Raw
1export declare class RuntimeException extends Error {
2 constructor(message?: string);
3 what(): string;
4}