Method
add
(Throwable t, Object originator)
Source from the content-addressed store, hash-verified
| 134 | } |
| 135 | |
| 136 | public <T, R> void add(Throwable t, Object originator) { |
| 137 | errors.add(new Pair<>(t, originator)); |
| 138 | } |
| 139 | } |
| 140 | |
| 141 | } |
Tested by
no test coverage detected