ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilInvalidTreeStructureException Class Reference

Thrown if invalid tree strucutes are found. More...

+ Inheritance diagram for ilInvalidTreeStructureException:
+ Collaboration diagram for ilInvalidTreeStructureException:

Public Member Functions

 __construct ($a_message, $a_code=0)
 A code isn't optional as in build in class Exception. More...
 
 __construct ($a_message, $a_code=0)
 A code isn't optional as in build in class Exception. More...
 

Detailed Description

Thrown if invalid tree strucutes are found.

Author
Stefan Meyer smeye.nosp@m.r.il.nosp@m.ias@g.nosp@m.mx.d.nosp@m.e

Definition at line 25 of file class.ilInvalidTreeStructureException.php.

Constructor & Destructor Documentation

◆ __construct()

ilInvalidTreeStructureException::__construct (   $a_message,
  $a_code = 0 
)

A code isn't optional as in build in class Exception.

Reimplemented from ilException.

Definition at line 27 of file class.ilInvalidTreeStructureException.php.

28 {
29 parent::__construct($a_message, $a_code);
30 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References ILIAS\GlobalScreen\Provider\__construct().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: