diff options
Diffstat (limited to 'engine/lib/exceptions.php')
-rw-r--r-- | engine/lib/exceptions.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engine/lib/exceptions.php b/engine/lib/exceptions.php index 23b24eec1..faccf5ca4 100644 --- a/engine/lib/exceptions.php +++ b/engine/lib/exceptions.php @@ -149,4 +149,16 @@ * @subpackage Exceptions */ class InvalidParameterException extends CallException {} + + // Installation exception ///////////////////////////////////////////////////////////////// + + /** + * 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 |