Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go2021 if err, ok := r.(panicError); ok {
2251 if err, ok := r.(panicError); ok {
2316 if err, ok := r.(panicError); ok {
3454 type panicError struct { struct
3463 return panicError{
3470 func (p panicError) Error() string { argument
3474 func (p *panicError) addIn(in string) { argument