// SPDX-FileCopyrightText: 2024 John Livingston // // SPDX-License-Identifier: AGPL-3.0-only /** * This class handles some errors related to external authentication, where message must be displayed to end user. */ class ExternalAuthenticationError extends Error {} export { ExternalAuthenticationError }