FgException class abstract
提供统一的异常处理机制,包括可恢复的错误和不可恢复的严重错误 所有 Flutter Gopher 异常的基类
Constructors
- FgException(String libName, String funcName, String message)
-
创建一个包含指定上下文信息的 FgException
const
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