ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilInvalidTreeStructureException.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
5
11
class
ilInvalidTreeStructureException
extends
ilException
12
{
13
public
function
__construct
($a_message, $a_code = 0)
14
{
15
parent::__construct
($a_message, $a_code);
16
}
17
}
ilInvalidTreeStructureException
Thrown if invalid tree strucutes are found.
Definition:
class.ilInvalidTreeStructureException.php:11
ilException
ilInvalidTreeStructureException\__construct
__construct($a_message, $a_code=0)
Definition:
class.ilInvalidTreeStructureException.php:13
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
Services
Tree
exceptions
class.ilInvalidTreeStructureException.php
Generated on Sun Aug 31 2025 22:02:37 for ILIAS by
1.8.13 (using
Doxyfile
)