CliException constructor
CliException(
- String message, {
- String? command,
- StackTrace? stackTrace,
Creates a CLI exception with the given message.
Implementation
CliException(super.message, {this.command, this.stackTrace});