Searched defs:panicError (Results 1 – 1 of 1) sorted by relevance
3549 type panicError struct { struct3550 panic interface{}3551 stack []byte3552 in string3565 func (p panicError) Error() string {3569 func (p *panicError) addIn(in string) {