type alias ExecFileException
Usage in Deno
```typescript import { type ExecFileException } from "node:node__child_process.d.ts"; ```Omit<ExecException, "code">
& Omit<ErrnoException, "code">
& { code?: string
| number
| undefined
| null; }