UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

12 lines 406 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotSupportedError = void 0; class NotSupportedError extends Error { constructor(message) { super(message); this.name = "NotSupportedError"; Object.setPrototypeOf(this, new.target.prototype); } } exports.NotSupportedError = NotSupportedError; //# sourceMappingURL=not-supported-error.js.map