UNPKG

@azure/msal-browser

Version:
18 lines (15 loc) 559 B
/*! @azure/msal-browser v5.10.1 2026-05-11 */ 'use strict'; import { CustomAuthError } from './CustomAuthError.mjs'; /* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ class InvalidConfigurationError extends CustomAuthError { constructor(error, message, correlationId) { super(error, message, correlationId); Object.setPrototypeOf(this, InvalidConfigurationError.prototype); } } export { InvalidConfigurationError }; //# sourceMappingURL=InvalidConfigurationError.mjs.map