Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go2902 type panicError struct { struct
2903 panic interface{}
2904 stack []byte
2905 in string
2918 func (p panicError) Error() string {
2922 func (p *panicError) addIn(in string) {