@sitecore/sc-contenthub-webclient-sdk
Version:
Sitecore Content Hub WebClient SDK.
12 lines • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvalidOperationError = void 0;
class InvalidOperationError extends Error {
constructor(message) {
super(message);
this.name = "InvalidOperationError";
Object.setPrototypeOf(this, new.target.prototype);
}
}
exports.InvalidOperationError = InvalidOperationError;
//# sourceMappingURL=invalid-operation-error.js.map