Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go4244 type panicError struct { struct
4245 panic interface{}
4246 stack []byte
4247 in string
4260 func (p panicError) Error() string {
4264 func (p *panicError) addIn(in string) {