RxError class abstract
create_user: zhengzaihong email:1096877329@qq.com create_date: 2025-08-12 create_time: 16:17 describe: 定义已知异常的基类 The base class for all RxNet exceptions.
- Implemented types
- Implementers
Constructors
- RxError.new(String message, [dynamic cause])
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited