ILIAS  release_4-4 Revision
ilMembershipRegistrationException Class Reference

membership registration exception More...

+ Inheritance diagram for ilMembershipRegistrationException:
+ Collaboration diagram for ilMembershipRegistrationException:

Public Member Functions

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

Detailed Description

membership registration exception

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

Definition at line 14 of file class.ilMembershipRegistrationException.php.

Constructor & Destructor Documentation

◆ __construct()

ilMembershipRegistrationException::__construct (   $a_message,
  $a_code = 0 
)

Constructor.

Definition at line 19 of file class.ilMembershipRegistrationException.php.

20  {
21  parent::__construct($a_message,$a_code);
22  }

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