fail-on-error.ts.d.ts 156 B

12345
  1. import { CustomError } from './custom-error';
  2. export declare class FailOnError extends CustomError {
  3. private static ERROR_MESSAGE;
  4. constructor();
  5. }