<?php
/**
 * RegistrationException
 * Could not register a new user for whatever reason.
 *
 * @package    Elgg.Core
 * @subpackage Exceptions
 */
class RegistrationException extends InstallationException {}