Edit File: failed-to-run-test-error.d.ts
import { CustomError } from './custom-error'; export declare class FailedToRunTestError extends CustomError { private static ERROR_MESSAGE; constructor(userMessage: any, errorCode?: any); }
Back to File Manager