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