ShellException constructor

ShellException(
  1. String message,
  2. ProcessResult? result
)

Implementation

ShellException(this.message, this.result);