From 36ced79b9dfaeb4fcd3f5bc6e4d3fd2b25c19d2f Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 12 Aug 2008 13:28:55 +0000 Subject: Refs #229 : Register now has more granular messages, dupe email checkiong, sanitisation + fill in the blanks failure mode! (yay) git-svn-id: https://code.elgg.org/elgg/trunk@1855 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/exceptions.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'engine/lib/exceptions.php') 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 + * @package Elgg + * @subpackage Exceptions + */ + class RegistrationException extends InstallationException {} ?> \ No newline at end of file -- cgit v1.2.3