failed-to-run-test-error.d.ts 198 B

12345
  1. import { CustomError } from './custom-error';
  2. export declare class FailedToRunTestError extends CustomError {
  3. private static ERROR_MESSAGE;
  4. constructor(userMessage: any, errorCode?: any);
  5. }