/**
 * Copyright © 2025 Nevis Security AG. All rights reserved.
 */

import { MobileAuthenticationClientError } from '../MobileAuthenticationClientError';

/**
 * An error occurred during obtaining the FIDO UAF attestation information.
 *
 * @group Errors
 * @category Attestation Information
 */
export abstract class FidoUafAttestationInformationError extends MobileAuthenticationClientError {}
