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

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

/**
 * An error occurred during auth cloud api registration.
 *
 * @group Errors
 * @category Auth Cloud API
 */
export abstract class AuthCloudApiError extends MobileAuthenticationClientError {}
