Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go4134 type panicError struct { struct
4135 panic interface{}
4136 stack []byte
4137 in string
4150 func (p panicError) Error() string {
4154 func (p *panicError) addIn(in string) {