CommandErrorEvent constructor

CommandErrorEvent(
  1. String command,
  2. String error
)

Implementation

CommandErrorEvent(this.command, this.error);