Home
last modified time | relevance | path

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

/build/blueprint/
Dprovider_test.go350 if panicErr, ok := errs[0].(panicError); ok {
Dcontext.go2637 if err, ok := r.(panicError); ok {
2929 if err, ok := r.(panicError); ok {
2999 if err, ok := r.(panicError); ok {
4244 type panicError struct { struct
4253 return panicError{
4260 func (p panicError) Error() string { argument
4264 func (p *panicError) addIn(in string) { argument