ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilTimeZoneException Class Reference

Class for TimeZone exceptions. More...

+ Inheritance diagram for ilTimeZoneException:
+ Collaboration diagram for ilTimeZoneException:

Public Member Functions

 __construct ($a_message, $a_code=0)
 Nothing specific here.

Detailed Description

Class for TimeZone exceptions.

Author
Stefan Meyer smeye.nosp@m.r@da.nosp@m.tabay.nosp@m..de
Version
$Id$

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

Constructor & Destructor Documentation

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

Nothing specific here.

Reimplemented from ilException.

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

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

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