Searched defs:panicError (Results 1 – 1 of 1) sorted by relevance
4989 type panicError struct { struct4990 panic interface{}4991 stack []byte4992 in string5005 func (p panicError) Error() string {5009 func (p *panicError) addIn(in string) {