ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilHtmlException.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
25
class
ilHtmlException
extends
ilException
26
{
27
public
function
__construct
(
string
$message
)
28
{
29
parent::__construct
($message);
30
}
31
}
ilHtmlException\__construct
__construct(string $message)
Definition:
class.ilHtmlException.php:27
ilException
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
$message
$message
Definition:
xapiexit.php:31
ilHtmlException
Class for html related exception handling in ILIAS.
Definition:
class.ilHtmlException.php:25
components
ILIAS
Html
exceptions
class.ilHtmlException.php
Generated on Sun Aug 31 2025 23:03:06 for ILIAS by
1.8.13 (using
Doxyfile
)