invalid-remote-url-error.d.ts 166 B

12345
  1. import { CustomError } from './custom-error';
  2. export declare class InvalidRemoteUrlError extends CustomError {
  3. private static ERROR_MESSAGE;
  4. constructor();
  5. }