aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/exceptions.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/engine/lib/exceptions.php b/engine/lib/exceptions.php
index d90513cfc..3ac7793de 100644
--- a/engine/lib/exceptions.php
+++ b/engine/lib/exceptions.php
@@ -70,4 +70,13 @@
* @author Marcus Povey <marcus@dushka.co.uk>
*/
class ClassNotFoundException extends ClassException {}
+
+ // Installation exceptions ////////////////////////////////////////////////////////////////
+
+ /**
+ * @class InstallationException
+ * Thrown when there is a major problem with the installation.
+ * @author Marcus Povey <marcus@dushka.co.uk>
+ */
+ class InstallationException extends ConfigurationException {}
?> \ No newline at end of file