FgPanic constructor

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

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

Implementation

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