UNPKG

snyk

Version:

snyk library and cli utility

7 lines (6 loc) 200 B
import { CustomError } from './custom-error'; export declare class ExcludeFlagBadInputError extends CustomError { private static ERROR_CODE; private static ERROR_MESSAGE; constructor(); }