Searched defs:panicError (Results 1 – 1 of 1) sorted by relevance
4878 type panicError struct { struct4879 panic interface{}4880 stack []byte4881 in string4894 func (p panicError) Error() string {4898 func (p *panicError) addIn(in string) {