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/Exception/ErrorException.php')
-rw-r--r--core/Exception/ErrorException.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Exception/ErrorException.php b/core/Exception/ErrorException.php
index 2de42f2898..77c7ea3287 100644
--- a/core/Exception/ErrorException.php
+++ b/core/Exception/ErrorException.php
@@ -11,7 +11,6 @@ namespace Piwik\Exception;
/**
* ErrorException
*
- * @author Matthieu Napoli <matthieu@mnapoli.fr>
*/
class ErrorException extends \ErrorException
{