ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilException.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
25
class
ilException
extends
Exception
26
{
30
public
function
__construct
($a_message, $a_code = 0)
31
{
32
parent::__construct
($a_message, $a_code);
33
}
34
}
ilException
Base class for ILIAS Exception handling.
Definition:
class.ilException.php:26
ilException\__construct
__construct($a_message, $a_code=0)
A code isn't optional as in build in class Exception.
Definition:
class.ilException.php:30
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:38
components
ILIAS
Exceptions
classes
class.ilException.php
Generated on Sat Oct 18 2025 23:02:58 for ILIAS by
1.9.4 (using
Doxyfile
)