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