UNPKG

160 BTypeScriptView Raw
1import { IgClientError } from './ig-client.error';
2export declare class IgParseError extends IgClientError {
3 body: string;
4 constructor(body: string);
5}