UNPKG

snyk

Version:

snyk library and cli utility

8 lines (7 loc) 238 B
import { CustomError } from './custom-error'; export declare class UnsupportedOptionCombinationError extends CustomError { private static ERROR_MESSAGE; code: number; userMessage: string; constructor(options: string[]); }