diff options
Diffstat (limited to 'engine/classes/InstallationException.php')
-rw-r--r-- | engine/classes/InstallationException.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/engine/classes/InstallationException.php b/engine/classes/InstallationException.php index 96bd9beff..4ad2e516b 100644 --- a/engine/classes/InstallationException.php +++ b/engine/classes/InstallationException.php @@ -1,10 +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 {}
+<?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 {} |