ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
ILIAS\Registration\DualOptIn\Exception\PendingRegistrationNotFoundException Class Reference
+ Inheritance diagram for ILIAS\Registration\DualOptIn\Exception\PendingRegistrationNotFoundException:
+ Collaboration diagram for ILIAS\Registration\DualOptIn\Exception\PendingRegistrationNotFoundException:

Public Member Functions

 __construct ()
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0)
 A code isn't optional as in build in class Exception. More...
 

Detailed Description

Definition at line 23 of file PendingRegistrationNotFoundException.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Registration\DualOptIn\Exception\PendingRegistrationNotFoundException::__construct ( )

Definition at line 25 of file PendingRegistrationNotFoundException.php.

26 {
27 parent::__construct('reg_confirmation_hash_not_found');
28 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References ILIAS\GlobalScreen\Provider\__construct().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: