instagram-private-api
Version:
Instagram private API wrapper for full access to instagram
10 lines • 406 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const ig_client_error_1 = require("./ig-client.error");
class IgExactUserNotFoundError extends ig_client_error_1.IgClientError {
constructor() {
super('User with exact username not found.');
}
}
exports.IgExactUserNotFoundError = IgExactUserNotFoundError;
//# sourceMappingURL=ig-exact-user-not-found-error.js.map
;