ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilRegistrationException Class Reference

Class for registration related exception handling in ILIAS. More...

+ Inheritance diagram for ilRegistrationException:
+ Collaboration diagram for ilRegistrationException:

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

Class for registration related exception handling in ILIAS.

Author
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 33 of file class.ilRegistrationException.php.

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

A message is not optional as in build in class Exception

public

Parameters
string$a_messagemessage
integer$a_codecode

Definition at line 45 of file class.ilRegistrationException.php.

46  {
47  parent::__construct($a_message, $a_code);
48  }

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