ILIAS
Release_4_4_x_branch Revision 61816
|
Base class for ILIAS Exception handling. More...
Public Member Functions | |
__construct ($a_message, $a_code=0) | |
A message isn't optional as in build in class Exception. |
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
Reimplemented in ilCloudException, ilFileException, ilECSConnectorException, ilRegConfirmationLinkExpiredException, ilRegistrationException, ilRegistrationHashNotFoundException, ilObjectXMLException, ilCurlConnectionException, ilLDAPQueryException, ilECSReaderException, ilMailException, ilDateTimeException, ilTimeZoneException, ilExerciseException, ilTestEvaluationException, ilFileUtilsException, ilSaxParserException, ilLogException, ilMembershipRegistrationException, ilInvalidTreeStructureException, ilTestException, ilPluginException, and ilRepositoryException.
Definition at line 42 of file class.ilException.php.