UNPKG

snyk

Version:

snyk library and cli utility

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