FgException constructor

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

创建一个包含指定上下文信息的 FgException Creates a FgException with the specified context information

Implementation

const FgException(this.libName, this.funcName, this.message);