InvalidEventException.php in RNG - Events and Registrations 8
Same filename and directory in other branches
Namespace
Drupal\rng\ExceptionFile
src/Exception/InvalidEventException.phpView source
<?php
namespace Drupal\rng\Exception;
/**
* Defines an exception when an entity is passed which is not an event.
*/
class InvalidEventException extends \Exception {
}
Classes
Name | Description |
---|---|
InvalidEventException | Defines an exception when an entity is passed which is not an event. |