UNPKG

snyk

Version:

snyk library and cli utility

7 lines (6 loc) 249 B
import { CustomError } from './custom-error'; export declare class FailedToRunTestError extends CustomError { private static ERROR_MESSAGE; innerError: any | undefined; constructor(userMessage: any, errorCode?: any, innerError?: any); }