dependencies
dependencies copied to clipboard
Teardown steps of successful setup dependencies should be called in case of error.
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.