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:
authorChristian Raue <christian.raue@gmail.com>2014-07-16 16:11:35 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-19 12:31:13 +0400
commit6f079639d0dd47dfc2b023a7cb0bcb6b69c066eb (patch)
tree40016b5ec374340029919e02b3939aa571e5e29a /core/Development.php
parent7381c119a60438a14763284f967b3b112e86d214 (diff)
fixed Exception use statements
Diffstat (limited to 'core/Development.php')
-rw-r--r--core/Development.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Development.php b/core/Development.php
index 60d3dcd81c..a2dd44c673 100644
--- a/core/Development.php
+++ b/core/Development.php
@@ -9,7 +9,7 @@
namespace Piwik;
-use \Exception;
+use Exception;
/**
* Development related checks and tools. You can enable/disable development using `./console development:enable` and