Searched defs:ExecError (Results 1 – 10 of 10) sorted by relevance
121 type ExecError struct { struct122 Name string // Name of template.123 Err error // Pre-formatted error.126 func (e ExecError) Error() string {130 func (e ExecError) Unwrap() error {
15 ExecError = _distutils_errors.DistutilsExecError variable
71 class ExecError(OSError): class
77 class ExecError(OSError): class