From 7a269947c2c7dc3735313f077e5de055b6a20e30 Mon Sep 17 00:00:00 2001 From: icewing Date: Wed, 13 Feb 2008 13:50:22 +0000 Subject: Added installation exception git-svn-id: https://code.elgg.org/elgg/trunk@20 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/exceptions.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engine/lib') 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 */ class ClassNotFoundException extends ClassException {} + + // Installation exceptions //////////////////////////////////////////////////////////////// + + /** + * @class InstallationException + * Thrown when there is a major problem with the installation. + * @author Marcus Povey + */ + class InstallationException extends ConfigurationException {} ?> \ No newline at end of file -- cgit v1.2.3