instagram-private-api
Version:
Instagram private API wrapper for full access to instagram
11 lines • 428 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.IgUserIdNotFoundError = void 0;
const ig_client_error_1 = require("./ig-client.error");
class IgUserIdNotFoundError extends ig_client_error_1.IgClientError {
constructor() {
super(`Could not extract userid (pk)`);
}
}
exports.IgUserIdNotFoundError = IgUserIdNotFoundError;
//# sourceMappingURL=ig-user-id-not-found.error.js.map
;