class InvalidEventException in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 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
3 files declare their use of InvalidEventException
- EventManager.php in src/
EventManager.php - Group.php in src/
Entity/ Group.php - RegistrationAccessControlHandler.php in src/
AccessControl/ RegistrationAccessControlHandler.php
File
- src/
Exception/ InvalidEventException.php, line 8
Namespace
Drupal\rng\ExceptionView source
class InvalidEventException extends \Exception {
}