ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilDateTimeException.php
Go to the documentation of this file.
1 <?php
26 {
32  public function __construct($a_message, $a_code = 0)
33  {
34  parent::__construct($a_message, $a_code);
35  }
36 }
__construct($a_message, $a_code=0)
Nothing specific here.
__construct(Container $dic, ilPlugin $plugin)