Edit File: fail-on-error.ts.d.ts
import { CustomError } from './custom-error'; export declare class FailOnError extends CustomError { private static ERROR_MESSAGE; constructor(); }
Back to File Manager