ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilCtrlException Class Reference

ilCtrl exceptions More...

+ Inheritance diagram for ilCtrlException:
+ Collaboration diagram for ilCtrlException:

Public Member Functions

 __construct ($a_message)
 Constructor. More...
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0, Throwable $previous=null)
 A code isn't optional as in build in class Exception. More...
 

Detailed Description

ilCtrl exceptions

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e

Definition at line 10 of file class.ilCtrlException.php.

Constructor & Destructor Documentation

◆ __construct()

ilCtrlException::__construct (   $a_message)

Constructor.

Parameters
string$a_messagemessage

Definition at line 17 of file class.ilCtrlException.php.

References ILIAS\GlobalScreen\Provider\__construct().

18  {
19  parent::__construct($a_message);
20  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

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