| 37 | } |
| 38 | |
| 39 | type wrapElideCauses struct { |
| 40 | override string |
| 41 | causes []error |
| 42 | } |
| 43 | |
| 44 | func NewWrapElideCauses(override string, errors ...error) error { |
| 45 | return &wrapElideCauses{ |
nothing calls this directly
no outgoing calls
no test coverage detected