UNPKG

140 BTypeScriptView Raw
1import { IgClientError } from './ig-client.error';
2export declare class IgNetworkError extends IgClientError {
3 constructor(e: Error);
4}