|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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... | |
Base class for ILIAS Exception handling.
Any Exception class should inherit from it
Definition at line 34 of file class.ilException.php.
| 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.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function: