ShellException constructor
ShellException(
- String message,
- ProcessResult? result, {
- ProcessCmd? command,
Shell exception
Implementation
ShellException(this.message, this.result, {this.command});