fix: Correctly throws final error when connection fails. (#214)

* fix: Correctly throws final error when connection fails.

* update.

* update.
This commit is contained in:
CloudWebRTC
2022-12-05 08:51:44 +08:00
committed by GitHub
parent 06783cad5c
commit 833fd658b2
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ abstract class LiveKitException implements Exception {
const LiveKitException._(this.message);
@override
String toString() => 'LiveKit Exception $runtimeType $message';
String toString() => 'LiveKit Exception: [$runtimeType] $message';
}
/// An exception occured while attempting to connect.