YamuxException class abstract
Base class for all Yamux-related exceptions
- Implemented types
- Implementers
Properties
-
context
→ Map<
String, dynamic> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
final
- originalException → dynamic
-
final
- originalStackTrace → StackTrace?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → DateTime
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
withContext(
Map< String, dynamic> additionalContext) → YamuxException - Creates a copy with additional context
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited