Searched defs:CrashError (Results 1 – 2 of 2) sorted by relevance
139 type CrashError struct { struct140 Report *report.Report143 func (err *CrashError) Error() string {
12 class CrashError(error.TestError): class