diff --git a/System/Error/ErrorHandler.php b/System/Error/ErrorHandler.php index a00aa5f8..7713cb01 100644 --- a/System/Error/ErrorHandler.php +++ b/System/Error/ErrorHandler.php @@ -120,6 +120,7 @@ class ErrorHandler extends Component implements ErrorInterface write($data, $this->category); + var_dump($data); return $data; }