class InvalidEventException in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 8 src/Exception/InvalidEventException.php \Drupal\rng\Exception\InvalidEventException
- 3.x src/Exception/InvalidEventException.php \Drupal\rng\Exception\InvalidEventException
Defines an exception when an entity is passed which is not an event.
Hierarchy
- class \Drupal\rng\Exception\InvalidEventException extends \Drupal\rng\Exception\Exception
Expanded class hierarchy of InvalidEventException
5 files declare their use of InvalidEventException
- EventManager.php in src/
EventManager.php - Group.php in src/
Entity/ Group.php - RegistrantFields.php in src/
Form/ RegistrantFields.php - RegistrantForm.php in src/
Form/ Entity/ RegistrantForm.php - RegistrationAccessControlHandler.php in src/
AccessControl/ RegistrationAccessControlHandler.php
File
- src/
Exception/ InvalidEventException.php, line 8
Namespace
Drupal\rng\ExceptionView source
class InvalidEventException extends \Exception {
}