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:
authormattab <matthieu.aubry@gmail.com>2016-07-21 08:04:01 +0300
committermattab <matthieu.aubry@gmail.com>2016-07-21 08:04:01 +0300
commite1a2be31270e484b3b60b61c1a7400e29aa3a0e9 (patch)
tree7903b217960e6477c1455916803791f2375836d8
parent3ea67d0de22e1aff1be104f8e22bdf0c5b1bdb9f (diff)
Add missing file
-rw-r--r--core/Exception/NotYetInstalledException.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/Exception/NotYetInstalledException.php b/core/Exception/NotYetInstalledException.php
new file mode 100644
index 0000000000..ed2c048bfb
--- /dev/null
+++ b/core/Exception/NotYetInstalledException.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Exception;
+
+class NotYetInstalledException extends Exception
+{
+}