dependencies icon indicating copy to clipboard operation
dependencies copied to clipboard

Teardown steps of successful setup dependencies should be called in case of error.

Open proofit404 opened this issue 3 years ago • 0 comments

If injector successfully executed one, two and three value objects setup steps and we got error in four setup step before we even return a sticky scope instance from context manager, we should call teardown steps of three, two and one value objects before propagating error upper.

proofit404 avatar Jun 05 '22 22:06 proofit404