ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
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. 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

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

◆ __construct()

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

Constructor.

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

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

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