ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
ilLDAPQueryException Class Reference
+ Inheritance diagram for ilLDAPQueryException:
+ Collaboration diagram for ilLDAPQueryException:

Public Member Functions

 __construct ($a_message, $a_code=0)
 Nothing specific here. 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

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

Definition at line 36 of file class.ilLDAPQueryException.php.

Constructor & Destructor Documentation

◆ __construct()

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

Nothing specific here.

Definition at line 43 of file class.ilLDAPQueryException.php.

44  {
45  parent::__construct($a_message,$a_code);
46  }

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