CommandRegistrationError constructor

CommandRegistrationError(
  1. String message
)

Create a new CommandRegistrationError.

Implementation

CommandRegistrationError(super.message);