ToolException constructor

ToolException(
  1. String message, [
  2. PanaProcessResult? result
])

Implementation

ToolException(this.message, [this.result]);