ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilInvalidTreeStructureException.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
26 {
27  public function __construct($a_message, $a_code = 0)
28  {
29  parent::__construct($a_message, $a_code);
30  }
31 }
Thrown if invalid tree strucutes are found.
__construct(Container $dic, ilPlugin $plugin)