ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules 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. 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 TimeZone exceptions.

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

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

Constructor & Destructor Documentation

◆ __construct()

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

Nothing specific here.

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

References ILIAS\GlobalScreen\Provider\__construct().

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

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