blob: 5efea39046d9548401130aefb461b56b681016ee (
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 {}
|