You are here

MaxRegistrantsExceededException.php in RNG - Events and Registrations 8.2

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

File

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

namespace Drupal\rng\Exception;


/**
 * Class MaxRegistrantsExceededException.
 *
 * @package Drupal\rng\Exception
 *
 * Defines an exception when a user attempts to add registrants to a registration
 * that cannot accept more.
 */
class MaxRegistrantsExceededException extends \Exception {

}

Classes

Namesort descending Description
MaxRegistrantsExceededException Class MaxRegistrantsExceededException.