ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilLDAPQueryException Class Reference
+ Inheritance diagram for ilLDAPQueryException:
+ Collaboration diagram for ilLDAPQueryException:

Public Member Functions

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

@ilCtrl_Calls

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

Constructor & Destructor Documentation

◆ __construct()

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

Nothing specific here.

Reimplemented from ilException.

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

44 {
45 parent::__construct($a_message, $a_code);
46 }
__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: