Searched defs:panicError (Results 1 – 1 of 1) sorted by relevance
4244 type panicError struct { struct4245 panic interface{}4246 stack []byte4247 in string4260 func (p panicError) Error() string {4264 func (p *panicError) addIn(in string) {