ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilDclException Class Reference

Class ilDclException. More...

+ 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 message isn't optional as in build in class Exception. More...
 

Detailed Description

Class ilDclException.

Author
Michael Herren mh@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Version
1.0.0

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

Constructor & Destructor Documentation

◆ __construct()

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

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

15  {
16  parent::__construct($a_message,$a_code);
17  }

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