cakephp2-php8/lib/Cake/Error
2011-05-26 16:24:54 +02:00
..
ErrorHandler.php Added usage of configured error handler instead of hard coded. Moved try/catch block to where its nessecary. Set Configure::write('Error.trace', false) since its useless with internals. Addition to #1707 . 2011-05-17 08:44:55 +02:00
ExceptionRenderer.php Added check if Router::getRequest(false) is returning a CakeRequest or null in ExceptionRenderer::_getController(). Fixes 'call to undefined method here()' when having Exceptions raised without valid request set to the Router in testsuite (i.e. undefined database config 'test'). Fixes #1678 . 2011-05-16 21:11:33 -04:00
exceptions.php Fix incorrect exceptions message for missing plugins 2011-05-26 16:24:54 +02:00