Hello,
I want to use exceptions for error handling, however whenever I throw anything inside dispatch event listeners, they are not caught inside the framework, even though I have my beforeException event listener. It only catches exceptions from within controllers action.
What should I do to utilize exceptions inside those event listeners?
Thank you very much