ShellException constructor
ShellException(
- String message,
- ProcessResult? result
Implementation
ShellException(this.message, this.result);
ShellException(this.message, this.result);