Searched defs:panicError (Results 1 – 1 of 1) sorted by relevance
3748 type panicError struct { struct3749 panic interface{}3750 stack []byte3751 in string3764 func (p panicError) Error() string {3768 func (p *panicError) addIn(in string) {