type alias ExecFileException
Omit<ExecException, "code">
& Omit<ErrnoException, "code">
& { code?: string
| number
| undefined
| null; }
Omit<ExecException, "code">
& Omit<ErrnoException, "code">
& { code?: string
| number
| undefined
| null; }