RunException constructor

RunException(
  1. String cmdLine,
  2. int? exitCode,
  3. String reason, {
  4. StackTraceImpl? stackTrace,
})

Implementation

RunException(this.cmdLine, this.exitCode, this.reason,
    {StackTraceImpl? stackTrace})
    : super(reason, stackTrace);