LiveCommandException constructor

LiveCommandException(
  1. String message
)

Creates a LiveCommandException with a user-facing message.

Implementation

LiveCommandException(this.message);