UNPKG

139 BTypeScriptView Raw
1import { IgClientError } from './ig-client.error';
2export declare class IgUserIdNotFoundError extends IgClientError {
3 constructor();
4}