ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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
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)
Definition:
PluginProviderHelper.php:37
Exception
components
ILIAS
Exceptions
classes
class.ilException.php
Generated on Sun Aug 31 2025 23:02:50 for ILIAS by
1.8.13 (using
Doxyfile
)