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