Searched defs:panicError (Results 1 – 2 of 2) sorted by relevance
355 type panicError struct{} struct357 func (*panicError) Error() string {
5084 type panicError struct { struct5085 panic interface{}5086 stack []byte5087 in string5100 func (p panicError) Error() string {5104 func (p *panicError) addIn(in string) {