RunException constructor
RunException(
- String cmdLine,
- int? exitCode,
- String reason, {
- StackTraceImpl? stackTrace,
Implementation
RunException(
this.cmdLine,
this.exitCode,
this.reason, {
StackTraceImpl? stackTrace,
}) : super(reason, stackTrace);