Well, I am not sure what the benefit with the current state where zf exceptions mimic the library structure, I know that it is hard to navigate and understand whether an exception is core, runtime, service, controller, or any other cluster you have in mind.
It will allow developers to catch multiple exceptions and detect it more easily.
2 comments:
But that wouldn't mimic our library structure, then. :)
The hierarchy you show mimics the component hierarchy, which is exactly as intended.
Well, I am not sure what the benefit with the current state where zf exceptions mimic the library structure, I know that it is hard to navigate and understand whether an exception is core, runtime, service, controller, or any other cluster you have in mind.
It will allow developers to catch multiple exceptions and detect it more easily.
Thanks for replying!
Roy
Post a Comment