Rename exceptions in codedoc

This commit is contained in:
Foti Dim
2026-02-28 20:16:15 +02:00
parent 722a7f43b5
commit 67fca658c9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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<int> readRssi() => UniversalBle.readRssi(deviceId);
+1 -1
View File
@@ -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<int> readRssi(