Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go3549 type panicError struct { struct
3550 panic interface{}
3551 stack []byte
3552 in string
3565 func (p panicError) Error() string {
3569 func (p *panicError) addIn(in string) {