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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/classes/InstallationException.php b/engine/classes/InstallationException.php
index 4284b3a2d..1dad6c1e5 100644
--- a/engine/classes/InstallationException.php
+++ b/engine/classes/InstallationException.php
@@ -3,7 +3,7 @@
* InstallationException
* Thrown when there is a major problem with the installation.
*
- * @package Elgg
- * @subpackage Exceptions
+ * @package Elgg.Core
+ * @subpackage Exception
*/
class InstallationException extends ConfigurationException {}