ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ 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\MetaData\Repository\Validation\Data\__construct
__construct(VocabulariesInterface $vocabularies)
Definition:
VocabularyBridge.php:31
$message
$message
Definition:
xapiexit.php:32
ilHtmlException
Class for html related exception handling in ILIAS.
Definition:
class.ilHtmlException.php:25
Services
Html
exceptions
class.ilHtmlException.php
Generated on Wed Sep 10 2025 14:11:30 for ILIAS by
1.8.13 (using
Doxyfile
)