Skip to main content

ExecFileException

type alias ExecFileException

Definition Jump to heading

Omit<ExecException, "code">
& Omit<ErrnoException, "code">
& { code?:
string
| number
| undefined
| null
; }
Back to top