Dart API Reference
dart:io
ProcessException
ProcessException
ProcessException
constructor
const
ProcessException
(
String
executable
,
List
<
String
>
arguments
,
[
String
message
=
""
,
int
errorCode
=
0
]
)