UNPKG

snyk

Version:

snyk library and cli utility

6 lines (5 loc) 156 B
import { CustomError } from './custom-error'; export declare class FailOnError extends CustomError { private static ERROR_MESSAGE; constructor(); }