From 67fca658c936fca5ee0199f73e731a60a940365f Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Sat, 28 Feb 2026 20:16:15 +0200 Subject: [PATCH] Rename exceptions in codedoc --- lib/src/models/ble_device.dart | 2 +- lib/src/universal_ble.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/models/ble_device.dart b/lib/src/models/ble_device.dart index 125062e..87aefbd 100644 --- a/lib/src/models/ble_device.dart +++ b/lib/src/models/ble_device.dart @@ -35,7 +35,7 @@ class BleDevice { /// /// **Note**: The device must be connected before reading RSSI. /// - /// Throws [BleException] if: + /// Throws [UniversalBleException] if: /// - The device is not connected /// - Reading RSSI fails Future readRssi() => UniversalBle.readRssi(deviceId); diff --git a/lib/src/universal_ble.dart b/lib/src/universal_ble.dart index 3daade8..c48b71a 100644 --- a/lib/src/universal_ble.dart +++ b/lib/src/universal_ble.dart @@ -360,7 +360,7 @@ class UniversalBle { /// /// **Note**: The device must be connected before reading RSSI. /// - /// Throws [BleException] if: + /// Throws [UniversalBleException] if: /// - The device is not connected /// - Reading RSSI fails static Future readRssi(