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