Searched defs:panicError (Results 1 – 1 of 1) sorted by relevance
4134 type panicError struct { struct4135 panic interface{}4136 stack []byte4137 in string4150 func (p panicError) Error() string {4154 func (p *panicError) addIn(in string) {