RunException.withArgs constructor
RunException.withArgs(})
Implementation
RunException.withArgs(
String? cmd,
List<String?> args,
this.exitCode,
this.reason, {
StackTraceImpl? stackTrace,
}) : cmdLine = '$cmd ${args.join(' ')}',
super(reason, stackTrace);