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