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
fix(container): use ContainerExceptionInterface for non-NotFound errors
PSR-11 requires get() to throw ContainerExceptionInterface for general
errors. Apply the same anonymous-class pattern already used for
NotFoundExceptionInterface to factory, delegator, and circular-alias
error paths.
0 commit comments