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.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/engine/classes/InstallationException.php b/engine/classes/InstallationException.php
new file mode 100644
index 000000000..1dad6c1e5
--- /dev/null
+++ b/engine/classes/InstallationException.php
@@ -0,0 +1,9 @@
+<?php
+/**
+ * InstallationException
+ * Thrown when there is a major problem with the installation.
+ *
+ * @package Elgg.Core
+ * @subpackage Exception
+ */
+class InstallationException extends ConfigurationException {}