CommandError constructor

CommandError(
  1. Command command, [
  2. String? message
])

Implementation

CommandError(this.command, [this.message]);