You are here

InvalidEventException.php in RNG - Events and Registrations 8.2

File

src/Exception/InvalidEventException.php
View source
<?php

namespace Drupal\rng\Exception;


/**
 * Defines an exception when an entity is passed which is not an event.
 */
class InvalidEventException extends \Exception {

}

Classes

Namesort descending Description
InvalidEventException Defines an exception when an entity is passed which is not an event.