Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/ExceptionHandler.php')
-rw-r--r--core/ExceptionHandler.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/ExceptionHandler.php b/core/ExceptionHandler.php
index 5fccfe82e2..081e4601a8 100644
--- a/core/ExceptionHandler.php
+++ b/core/ExceptionHandler.php
@@ -65,10 +65,5 @@ class ExceptionHandler
public static function exceptionHandler(Exception $exception)
{
Log::error($exception);
-
- // TODO: what about this code?
- /*if (FrontController::shouldRethrowException()) {
- throw $exception;
- }*/
}
} \ No newline at end of file