class MaxRegistrantsExceededException in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x src/Exception/MaxRegistrantsExceededException.php \Drupal\rng\Exception\MaxRegistrantsExceededException
Class MaxRegistrantsExceededException.
@package Drupal\rng\Exception
Defines an exception when a user attempts to add registrants to a registration that cannot accept more.
Hierarchy
- class \Drupal\rng\Exception\MaxRegistrantsExceededException extends \Drupal\rng\Exception\Exception
Expanded class hierarchy of MaxRegistrantsExceededException
1 file declares its use of MaxRegistrantsExceededException
- Registration.php in src/
Entity/ Registration.php
File
- src/
Exception/ MaxRegistrantsExceededException.php, line 13
Namespace
Drupal\rng\ExceptionView source
class MaxRegistrantsExceededException extends \Exception {
}