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