ShellError constructor

ShellError(
  1. String message, {
  2. int? exitCode,
})

Implementation

ShellError(this.message, {this.exitCode});