blob: 882393dc49c15effccb2ff2c443370d54ea32a2a (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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 {}
|