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
path: root/core
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-09-07 00:57:16 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-07 00:57:16 +0400
commit9c47c1debc55acb00d41087d1b634cdc71464fd0 (patch)
tree61a00236c556a1497ec390bfc8c93aad87cdfbf1 /core
parent1b6b1f1d28ebd0c5411cfa251181e0220aea05eb (diff)
Removing this catch block as I can't explain it
Diffstat (limited to 'core')
-rw-r--r--core/Tracker.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Tracker.php b/core/Tracker.php
index a148eb34ea..6abf8c59d8 100644
--- a/core/Tracker.php
+++ b/core/Tracker.php
@@ -244,7 +244,6 @@ class Tracker
} catch (DbException $e) {
Common::printDebug("<b>" . $e->getMessage() . "</b>");
$this->exitWithException($e, $isAuthenticated);
- } catch (VisitExcluded $e) {
} catch (Exception $e) {
$this->exitWithException($e, $isAuthenticated);
}