ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilInvalidTreeStructureException.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
25
class
ilInvalidTreeStructureException
extends
ilException
26
{
27
public
function
__construct
($a_message, $a_code = 0)
28
{
29
parent::__construct
($a_message, $a_code);
30
}
31
}
ilInvalidTreeStructureException
Thrown if invalid tree strucutes are found.
Definition:
class.ilInvalidTreeStructureException.php:25
ilException
ilInvalidTreeStructureException\__construct
__construct($a_message, $a_code=0)
Definition:
class.ilInvalidTreeStructureException.php:27
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
components
ILIAS
Tree
exceptions
class.ilInvalidTreeStructureException.php
Generated on Sun Aug 31 2025 23:04:07 for ILIAS by
1.8.13 (using
Doxyfile
)