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

import { AuthenticationDeviceProtectionError } from './AuthenticationDeviceProtectionError';

/**
 * The device has no secure lock screen.
 *
 * @group Errors
 * @category Authentication
 */
export class AuthenticationNoDeviceLockError extends AuthenticationDeviceProtectionError {}
