ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ 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\MetaData\Repository\Validation\Data\__construct
__construct(VocabulariesInterface $vocabularies)
Definition:
VocabularyBridge.php:31
Exception
Throwable
Services
Exceptions
classes
class.ilException.php
Generated on Wed Sep 10 2025 14:11:27 for ILIAS by
1.8.13 (using
Doxyfile
)