Home
last modified time | relevance | path

Searched defs:panicError (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/
Dcontext.go4989 type panicError struct { struct
4990 panic interface{}
4991 stack []byte
4992 in string
5005 func (p panicError) Error() string {
5009 func (p *panicError) addIn(in string) {