You are here

class InvalidRegistrant in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Exception/InvalidRegistrant.php \Drupal\rng\Exception\InvalidRegistrant

Class MaxRegistrantsExceededException.

@package Drupal\rng\Exception

Defines an exception when a registrant is being saved that cannot be retrieved later.

Hierarchy

  • class \Drupal\rng\Exception\InvalidRegistrant extends \Drupal\rng\Exception\Exception

Expanded class hierarchy of InvalidRegistrant

1 file declares its use of InvalidRegistrant
Registrant.php in src/Entity/Registrant.php

File

src/Exception/InvalidRegistrant.php, line 13

Namespace

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

}

Members