Commit b096c2b
authored
Adds descriptive error when failing to make concrete (#51)
If using lazy loading and the call to a resolver when making a concrete
fails, that error wasn't wrapped and caused confusion since we didn't
know which abstraction we were attempting to satisfy.
Wrapping error so we know that:
a) Error occurred during resolve call.
b) What abstraction we were trying to resolve.
This should make it easier to debug these failures in lazy loading situations.1 parent db44bd9 commit b096c2b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
0 commit comments