MaxRegistrantsExceededException.php in RNG - Events and Registrations 8.2
Same filename and directory in other branches
Namespace
Drupal\rng\ExceptionFile
src/Exception/MaxRegistrantsExceededException.phpView source
<?php
namespace Drupal\rng\Exception;
/**
* Class MaxRegistrantsExceededException.
*
* @package Drupal\rng\Exception
*
* Defines an exception when a user attempts to add registrants to a registration
* that cannot accept more.
*/
class MaxRegistrantsExceededException extends \Exception {
}
Classes
Name | Description |
---|---|
MaxRegistrantsExceededException | Class MaxRegistrantsExceededException. |