/** * Copyright © 2023 Nevis Security AG. All rights reserved. */ import { DeviceInformationChangeDeviceProtectionError } from './DeviceInformationChangeDeviceProtectionError'; /** * The device has no secure lock screen. * * @group Errors * @category Device Information Change */ export class DeviceInformationChangeNoDeviceLockError extends DeviceInformationChangeDeviceProtectionError {}