MyBootstrapContractError class
无 tag 的 void / dynamic 被登记进 GetX。门闩按 fatal 处理,不看 MyBootstrapSeverity。
GetX 注册键是 Type+tag,公开 API 无法枚举 tag,因此带 tag 的擦除登记检测不到。
- Inheritance
-
- Object
- Error
- StateError
- MyBootstrapContractError
Constructors
- MyBootstrapContractError(String message, {Object? cause, StackTrace? causeStackTrace})
Properties
- cause → Object?
-
同一任务里先污染 DI、随后又抛出的原始异常。
final
- causeStackTrace → StackTrace?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
The stack trace at the point where this error was first thrown.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited