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.go2536 if err, ok := r.(panicError); ok {
2827 if err, ok := r.(panicError); ok {
2897 if err, ok := r.(panicError); ok {
4134 type panicError struct { struct
4143 return panicError{
4150 func (p panicError) Error() string { argument
4154 func (p *panicError) addIn(in string) { argument