BleLinkKitException constructor

const BleLinkKitException(
  1. BleErrorCode code,
  2. String message, [
  3. Object? details
])

Creates an exception with a stable code and diagnostic message.

Implementation

const BleLinkKitException(this.code, this.message, [this.details]);