ILIAS  release_5-2 Revision v5.2.25-18-g3f80b82851
ilDateTimeException Class Reference

Class for DateTime exceptions. More...

+ Inheritance diagram for ilDateTimeException:
+ Collaboration diagram for ilDateTimeException:

Public Member Functions

 __construct ($a_message, $a_code=0)
 Nothing specific here. More...
 
- 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 for DateTime exceptions.

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

Definition at line 34 of file class.ilDateTimeException.php.

Constructor & Destructor Documentation

◆ __construct()

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

Nothing specific here.

Definition at line 41 of file class.ilDateTimeException.php.

42  {
43  parent::__construct($a_message,$a_code);
44  }

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