ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilDateTimeException.php
Go to the documentation of this file.
1
<?php
25
class
ilDateTimeException
extends
ilException
26
{
32
public
function
__construct
($a_message, $a_code = 0)
33
{
34
parent::__construct
($a_message, $a_code);
35
}
36
}
ilException
ilDateTimeException\__construct
__construct($a_message, $a_code=0)
Nothing specific here.
Definition:
class.ilDateTimeException.php:32
ilDateTimeException
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
components
ILIAS
Calendar
exceptions
class.ilDateTimeException.php
Generated on Sun Aug 31 2025 23:02:28 for ILIAS by
1.8.13 (using
Doxyfile
)