blob: 05af35a01b7f74892ad46d0ae11866f431967a44 (
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 {}
|