Hi,
I asked this on Gitter earlier, but not sure anyone here is actually using that as the last activity is Dec 31st 2016.
Is there a decent way of dealing with error controllers in multi module projects? I don’t really want to create a controller in each module if I don’t have to but when I do $dispatcher->forward();
with namespace, controller, action and return false in my beforeException
plugin I just get a white screen.
Thanks, Gary