ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
ilException Class Reference

Base class for ILIAS Exception handling. More...

+ Inheritance diagram for ilException:
+ Collaboration diagram for ilException:

Public Member Functions

 __construct ($a_message, $a_code=0)
 A message isn't optional as in build in class Exception. More...
 

Detailed Description

Base class for ILIAS Exception handling.

Any Exception class should inherit from it

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

Definition at line 34 of file class.ilException.php.

Constructor & Destructor Documentation

◆ __construct()

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

A message isn't optional as in build in class Exception.

public

Definition at line 42 of file class.ilException.php.

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

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