|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Base Exception for all Exceptions relating to Modules/Test. More...
Inheritance diagram for ilTestException:
Collaboration diagram for ilTestException:Public Member Functions | |
| __construct ($msg='', $code=0) | |
| A message isn't optional as in build in class Exception. More... | |
| __construct ($a_message, $a_code=0) | |
| A message isn't optional as in build in class Exception. More... | |
Base Exception for all Exceptions relating to Modules/Test.
Definition at line 14 of file class.ilTestException.php.
| ilTestException::__construct | ( | $a_message = '', |
|
$a_code = 0 |
|||
| ) |
A message isn't optional as in build in class Exception.
@access public
Reimplemented from ilException.
Reimplemented in ilTestEvaluationException.
Definition at line 16 of file class.ilTestException.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function: