FgError constructor

const FgError(
  1. String libName,
  2. String funcName,
  3. String message
)

创建一个包含指定上下文信息的可恢复错误 Creates a recoverable error with the specified context information

Implementation

const FgError(super.libName, super.funcName, super.message);