/** * Copyright © 2023 Nevis Security AG. All rights reserved. */ import { InitializationDeviceProtectionError } from './InitializationDeviceProtectionError'; /** * Secure hardware is not available on this device or an error occurred checking the hardware of the device. * * @group Errors * @category Initialization */ export class InitializationHardwareError extends InitializationDeviceProtectionError {}