UNPKG

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