UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

9 lines 317 B
export class AuthenticationError extends Error { constructor(message, internalError) { super(message); this.name = "AuthenticationError"; Object.setPrototypeOf(this, new.target.prototype); this.internalError = internalError; } } //# sourceMappingURL=authentication-error.js.map