UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

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