Feature request from Flyingmana, posted on GitHub Mar 01, 2015
I currently have to do a plugin which replaces the Magento\Framework\App\Http->catchException() call, as plugins only work on public methods, and the protected handleDeveloperMode() directly sends the output. The current way I do this feels wrong, and I dont see another one which would work more modular, so I assume this should get improved.
priority for me: low
Context: I wrote a module which improves the display during errors https://github.com/Cotya/DebugModule