UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

12 lines 430 B
"use strict"; 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