aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/RegistrationException.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/RegistrationException.php')
-rw-r--r--engine/classes/RegistrationException.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/engine/classes/RegistrationException.php b/engine/classes/RegistrationException.php
new file mode 100644
index 000000000..5246efc25
--- /dev/null
+++ b/engine/classes/RegistrationException.php
@@ -0,0 +1,9 @@
+<?php
+/**
+ * RegistrationException
+ * Could not register a new user for whatever reason.
+ *
+ * @package Elgg.Core
+ * @subpackage Exceptions
+ */
+class RegistrationException extends InstallationException {}