ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.ilException.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
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 Wed Sep 10 2025 15:15:29 for ILIAS by
1.8.13 (using
Doxyfile
)