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

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

/**
 * The error that can occur with the {@link PendingOutOfBandOperations} operation.
 */
export abstract class PendingOutOfBandOperationsError extends MobileAuthenticationClientError {}
