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
Having an app within My\App namespace, I'd like to only allow throwing exceptions from My\App or any sub-namespace - no SPL, no global Exception/Error.
This should be really straightforward, but I can see a potential use case for extended behavior: specifying boundaries and their allowed exceptions. Example:
My\App\FooContext can only throw My\App\FooContext\*
My\App\BarContext can only throw My\App\BarContext\*