| 197 | } |
| 198 | |
| 199 | type errorer struct { |
| 200 | name string |
| 201 | err error |
| 202 | } |
| 203 | |
| 204 | // NewFailedRunnable returns runnable that failed in construction. |
| 205 | func NewFailedRunnable(name string, err error) Runnable { |
nothing calls this directly
no outgoing calls
no test coverage detected