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

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

/**
 * The error that can occur with the {@link PendingOutOfBandOperations} operation.
 *
 * @group Errors
 * @category Pending Out-of-Band Operations
 */
export abstract class PendingOutOfBandOperationsError extends MobileAuthenticationClientError {}
