RegistrationException.php 209 B

12345678910
  1. <?php
  2. /**
  3. * RegistrationException
  4. * Could not register a new user for whatever reason.
  5. *
  6. * @package Elgg.Core
  7. * @subpackage Exceptions
  8. */
  9. class RegistrationException extends \InstallationException {}