We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ff6ff commit d1d1372Copy full SHA for d1d1372
Lib/Error/MyErrorHandler.php
@@ -11,7 +11,7 @@ class MyErrorHandler extends ErrorHandler {
11
* - 404s log to a different domain
12
* - IP, Referer and Browser-Infos are added for better error debugging/tracing
13
*/
14
- public static function handleException(Exception $exception) {
+ public static function handleException($exception) {
15
$config = Configure::read('Exception');
16
if (!empty($config['log'])) {
17
$message = sprintf("[%s] %s\n%s\n%s",
0 commit comments