You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not let one erroneous bundle fail the whole IU container
Currently if there is one failing bundle the whole container resolution
fails and throws an ugly error. In fact there is InvalidTargetBundle for
that purpose already and the profile container is even using that.
THis one now constructs a InvalidTargetBundle whenever one bundle fails
to be constructed from its file.
0 commit comments