ProcessPackageExecutableNotFoundException constructor
Creates a const ProcessPackageExecutableNotFoundException
The optional candidates
are the files matching the expected executable
on the searchPath
.
The optional searchPath
is the list of directories searched for the
expected executable.
See ProcessPackageException for more information.
Implementation
const ProcessPackageExecutableNotFoundException(
super.executable, {
super.arguments,
super.message,
super.errorCode,
super.workingDirectory,
this.candidates = const <String>[],
this.searchPath = const <String>[],
});