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

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

/**
 * The error returned when the password change failed.
 *
 * @group Errors
 * @category Password Change
 */
export abstract class PasswordChangeError extends MobileAuthenticationClientError {}
