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