Edit File: custom-error.d.ts
export declare class CustomError extends Error { innerError: any; code: number | undefined; userMessage: string | undefined; strCode: string | undefined; constructor(message: string); }
Back to File Manager