HardwareTimeoutException constructor

const HardwareTimeoutException({
  1. required String message,
  2. Object? details,
})

Implementation

const HardwareTimeoutException({required super.message, super.details})
    : super(code: HardwareErrorCode.timeout);