ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilLogException Class Reference

ILIAS Log exception class. More...

+ Inheritance diagram for ilLogException:
+ Collaboration diagram for ilLogException:

Public Member Functions

 __construct ($a_message, $a_code=0)
 Constructor.

Detailed Description

ILIAS Log exception class.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id:$

Definition at line 15 of file class.ilLogException.php.

Constructor & Destructor Documentation

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

Constructor.

Reimplemented from ilException.

Definition at line 20 of file class.ilLogException.php.

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

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