ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilDclException Class Reference

Class ilDclException. More...

+ Inheritance diagram for ilDclException:
+ Collaboration diagram for ilDclException:

Public Member Functions

 __construct ($a_message, $a_code=0)
 A message isn't optional as in build in class Exception. More...
 
 __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 
)

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

@access public

Reimplemented from ilException.

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: