UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

8 lines 265 B
export class InvalidOperationError extends Error { constructor(message) { super(message); this.name = "InvalidOperationError"; Object.setPrototypeOf(this, new.target.prototype); } } //# sourceMappingURL=invalid-operation-error.js.map