snyk
Version:
snyk library and cli utility
8 lines (7 loc) • 344 B
TypeScript
import { ProblemError } from '@snyk/error-catalog-nodejs-public';
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, errorCatalog?: ProblemError);
}