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

import { DeviceInformationCheckDeviceProtectionError } from './DeviceInformationCheckDeviceProtectionError';

/**
 * The device has no secure lock screen.
 *
 * @group Errors
 * @category Device Information Check
 */
export class DeviceInformationCheckNoDeviceLockError extends DeviceInformationCheckDeviceProtectionError {}
