fix: Correctly throws final error when connection fails. (#214)
* fix: Correctly throws final error when connection fails. * update. * update.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user