CommandsError constructor

CommandsError(
  1. String message
)

Create a new CommandsError.

Implementation

CommandsError(this.message);