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 'modules/Log/Exception.php')
-rw-r--r--modules/Log/Exception.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/modules/Log/Exception.php b/modules/Log/Exception.php
index e5a47e827f..a08dc92f28 100644
--- a/modules/Log/Exception.php
+++ b/modules/Log/Exception.php
@@ -1,16 +1,16 @@
-<?php
-/**
- * Piwik - Open source web analytics
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id$
- *
- * @package Piwik_Log
- * @subpackage Piwik_Log_Exception
- */
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @version $Id$
+ *
+ * @package Piwik_Log
+ * @subpackage Piwik_Log_Exception
+ */
require_once "Log.php";
-
+
/**
* Class used to log an exception event.
* Displays the exception with a user friendly error message, suggests to get support from piwik.org