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