blob: 5246efc255e11e9731ccd5695f0aa34edbccfe4b (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
/**
* RegistrationException
* Could not register a new user for whatever reason.
*
* @package Elgg.Core
* @subpackage Exceptions
*/
class RegistrationException extends InstallationException {}
|