LiveCommandException constructor
LiveCommandException(
- String message
Creates a LiveCommandException with a user-facing message.
Implementation
LiveCommandException(this.message);
Creates a LiveCommandException with a user-facing message.
LiveCommandException(this.message);