aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/InstallationException.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/InstallationException.php')
-rw-r--r--engine/classes/InstallationException.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/engine/classes/InstallationException.php b/engine/classes/InstallationException.php
new file mode 100644
index 000000000..96bd9beff
--- /dev/null
+++ b/engine/classes/InstallationException.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * InstallationException
+ * Thrown when there is a major problem with the installation.
+ *
+ * @author Curverider Ltd <info@elgg.com>
+ * @package Elgg
+ * @subpackage Exceptions
+ */
+class InstallationException extends ConfigurationException {}