Edit File: invalid-remote-url-error.d.ts
import { CustomError } from './custom-error'; export declare class InvalidRemoteUrlError extends CustomError { private static ERROR_MESSAGE; constructor(); }
Back to File Manager