UNPKG

153 BTypeScriptView Raw
1import { IgClientError } from './ig-client.error';
2export declare class IgNoCheckpointError extends IgClientError {
3 constructor(message?: string);
4}