cancel
Showing results for 
Search instead for 
Did you mean: 

Make error handling easier to extend

0 Kudos

Make error handling easier to extend

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

3 Comments
apiuser
New Member
Status changed to: Investigating
 
apiuser
New Member

Comment from ilol, posted on GitHub Mar 02, 2015

MAGETWO-34670

apiuser
New Member

Comment from choukalos, posted on GitHub Mar 02, 2015

Reassigned to Mark; who owns the exception handling epic that's related to this ask ( MAGETWO-30314 )