cakephp2-php8/lib/Cake/Error
Ceeram 6bf9363217 Add option to skip exception types for logging.
add blacklisting for logging exceptions

add test for skipping exception logging, and fix typo and cs

add example to docblock in core.php for skipLog

remove app_error.php skips, those are no longer used in 2.x

use assertContains instead of assertRegExp

check for instanceof, instead of matching names
2013-03-26 15:11:39 +01:00
..
ErrorHandler.php Add option to skip exception types for logging. 2013-03-26 15:11:39 +01:00
ExceptionRenderer.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00
exceptions.php Throw exceptions when non Datasource classes are used as Datasources. 2013-03-12 21:59:45 -04:00