You are here

InvalidRegistrant.php in RNG - Events and Registrations 8.2

Same filename and directory in other branches
  1. 3.x src/Exception/InvalidRegistrant.php

File

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

namespace Drupal\rng\Exception;


/**
 * Class MaxRegistrantsExceededException.
 *
 * @package Drupal\rng\Exception
 *
 * Defines an exception when a registrant is being saved that cannot be
 * retrieved later.
 */
class InvalidRegistrant extends \Exception {

}

Classes

Namesort descending Description
InvalidRegistrant Class MaxRegistrantsExceededException.