diff options
Diffstat (limited to 'engine/classes/RegistrationException.php')
-rw-r--r-- | engine/classes/RegistrationException.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/engine/classes/RegistrationException.php b/engine/classes/RegistrationException.php index 5efea3904..882393dc4 100644 --- a/engine/classes/RegistrationException.php +++ b/engine/classes/RegistrationException.php @@ -1,10 +1,10 @@ -<?php
-/**
- * RegistrationException
- * Could not register a new user for whatever reason.
- *
- * @author Curverider Ltd <info@elgg.com>
- * @package Elgg
- * @subpackage Exceptions
- */
+<?php +/** + * RegistrationException + * Could not register a new user for whatever reason. + * + * @author Curverider Ltd <info@elgg.com> + * @package Elgg + * @subpackage Exceptions + */ class RegistrationException extends InstallationException {}
\ No newline at end of file |