Inheritance diagram for ilLDAPQueryException:
Collaboration diagram for ilLDAPQueryException:Public Member Functions | |
| __construct ($a_message, $a_code=0) | |
| Nothing specific here. | |
Definition at line 36 of file class.ilLDAPQueryException.php.
| ilLDAPQueryException::__construct | ( | $ | a_message, | |
| $ | a_code = 0 | |||
| ) |
Nothing specific here.
Reimplemented from ilException.
Definition at line 43 of file class.ilLDAPQueryException.php.
{
parent::__construct($a_message,$a_code);
}
1.7.1