CliException constructor

CliException(
  1. String message, {
  2. String? command,
  3. StackTrace? stackTrace,
})

Creates a CLI exception with the given message.

Implementation

CliException(super.message, {this.command, this.stackTrace});