Searched defs:ExitError (Results 1 – 5 of 5) sorted by relevance
861 type ExitError struct { struct862 *os.ProcessState874 Stderr []byte877 func (e *ExitError) Error() string {
37 class ExitError(RuntimeError): class
38 class ExitError(RuntimeError): class