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

import { PasswordChangeDeviceProtectionError } from './PasswordChangeDeviceProtectionError';

/**
 * The device has no secure lock screen.
 *
 * @group Errors
 * @category Password Change
 */
export class PasswordChangeNoDeviceLockError extends PasswordChangeDeviceProtectionError {}
