SimonG96 / LightweightIocContainer

A lightweight IOC Container that is powerful enough to do all the things you need it to do.
MIT License
4 stars 2 forks source link

Improve errormessages #48

Closed theKBro closed 2 years ago

theKBro commented 3 years ago

e.g. on resolve() if ABC ctor needs IDEF and IGHJ display something like: could not resolve IABC because IDEF could not be resolved!

SimonG96 commented 2 years ago

Did you look at the inner exceptions?

theKBro commented 2 years ago

Seems to be fixed now ;-)