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