Searched defs:panicError (Results 1 – 1 of 1) sorted by relevance
2902 type panicError struct { struct2903 panic interface{}2904 stack []byte2905 in string2918 func (p panicError) Error() string {2922 func (p *panicError) addIn(in string) {