UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

8 lines 248 B
export class NotFoundError extends Error { constructor(message, response) { super(message); Object.setPrototypeOf(this, new.target.prototype); this.response = response; } } //# sourceMappingURL=not-found-error.js.map