You are here

class MaxRegistrantsExceededException in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Exception/MaxRegistrantsExceededException.php \Drupal\rng\Exception\MaxRegistrantsExceededException

Class MaxRegistrantsExceededException.

@package Drupal\rng\Exception

Defines an exception when a user attempts to add registrants to a registration that cannot accept more.

Hierarchy

Expanded class hierarchy of MaxRegistrantsExceededException

1 file declares its use of MaxRegistrantsExceededException
Registration.php in src/Entity/Registration.php

File

src/Exception/MaxRegistrantsExceededException.php, line 13

Namespace

Drupal\rng\Exception
View source
class MaxRegistrantsExceededException extends \Exception {

}

Members