/**
 * Copyright © 2023-2024 Nevis Security AG. All rights reserved.
 */

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

/**
 * The object that informs that an error occurred during PIN enrollment.
 *
 * @group Errors
 * @category Pin Enrollment
 */
export abstract class PinEnrollmentError extends RecoverableError {}
