UNPKG

snyk

Version:

snyk library and cli utility

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