CommandException constructor

CommandException(
  1. String command,
  2. String message, {
  3. int? exitCode,
})

Implementation

CommandException(this.command, this.message, {this.exitCode});