ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilDclException Class Reference
+ Inheritance diagram for ilDclException:
+ Collaboration diagram for ilDclException:

Public Member Functions

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

Detailed Description

Definition at line 21 of file class.ilDclException.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 23 of file class.ilDclException.php.

References ILIAS\GlobalScreen\Provider\__construct().

24  {
25  parent::__construct($a_message, $a_code);
26  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

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