ExecutableNotFound¶
The path given to start a process does not name an existing file we can try
to execute; it is missing or is a directory. Distinct from ExecveError,
which is execve failing in the child after the process was started.
Constructors¶
create¶
Returns¶
- ExecutableNotFound val^
Public Functions¶
string¶
Returns¶
- String iso^
eq¶
Parameters¶
- that: ExecutableNotFound val
Returns¶
- Bool val
ne¶
Parameters¶
- that: ExecutableNotFound val
Returns¶
- Bool val