Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go3748 type panicError struct { struct
3749 panic interface{}
3750 stack []byte
3751 in string
3764 func (p panicError) Error() string {
3768 func (p *panicError) addIn(in string) {