ILIAS
release_8 Revision v8.23
◀ 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,
Throwable
$previous = null)
31
{
32
parent::__construct
($a_message, $a_code, $previous);
33
}
34
}
ilException
ilException\__construct
__construct($a_message, $a_code=0, Throwable $previous=null)
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
Throwable
Services
Exceptions
classes
class.ilException.php
Generated on Tue Sep 2 2025 22:02:29 for ILIAS by
1.8.13 (using
Doxyfile
)