dereuromark / cakephp-tools

A CakePHP Tools plugin containing lots of useful helpers, behaviors, components, shells, ...
http://www.dereuromark.de
MIT License
336 stars 142 forks source link

5.x: replace ErrorHandler with ExceptionTrap #284

Closed LordSimal closed 1 year ago

LordSimal commented 1 year ago

ErrorHandler is dead - long live ExceptionTrap This part can/should also be backported to the Cake 4 version of this plugin since the new Exception Handling is present since Cake 4.4 Also did some minor stan adjustments.