diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-13 13:50:22 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-13 13:50:22 +0000 |
commit | 7a269947c2c7dc3735313f077e5de055b6a20e30 (patch) | |
tree | 7c2b5b79bbef72ae9e78d474e819abf22f817ee8 /engine/lib | |
parent | d058500e0f38310c28d9ba8c6f7d996978bb7d6f (diff) | |
download | elgg-7a269947c2c7dc3735313f077e5de055b6a20e30.tar.gz elgg-7a269947c2c7dc3735313f077e5de055b6a20e30.tar.bz2 |
Added installation exception
git-svn-id: https://code.elgg.org/elgg/trunk@20 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/exceptions.php | 9 |
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 |