InsuranceTweaks/types/ErrorHandler.d.ts

7 lines
142 B
TypeScript
Raw Permalink Normal View History

2024-07-15 09:59:30 +02:00
export declare class ErrorHandler {
private logger;
private readLine;
constructor();
handleCriticalError(err: Error): void;
}