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:
-rw-r--r--core/Profiler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Profiler.php b/core/Profiler.php
index fda2682782..76acd914e7 100644
--- a/core/Profiler.php
+++ b/core/Profiler.php
@@ -53,7 +53,7 @@ class Profiler
$profiler = \Zend_Registry::get('db')->getProfiler();
if (!$profiler->getEnabled()) {
- throw new Exception("To display the profiler you should enable enable_sql_profiler on your config/config.ini.php file");
+ throw new \Exception("To display the profiler you should enable enable_sql_profiler on your config/config.ini.php file");
}
$infoIndexedByQuery = array();