ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilSaxParserException.php
Go to the documentation of this file.
1
<?php
2
24
class
ilSaxParserException
extends
ilException
25
{
32
public
function
__construct
($a_message, $a_code = 0)
33
{
34
parent::__construct
($a_message, $a_code);
35
}
36
}
ilException
ilSaxParserException
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilSaxParserException.php:24
ilSaxParserException\__construct
__construct($a_message, $a_code=0)
A message isn't optional as in build in class Exception.
Definition:
class.ilSaxParserException.php:32
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
components
ILIAS
Xml
exceptions
class.ilSaxParserException.php
Generated on Sun Aug 31 2025 23:04:23 for ILIAS by
1.8.13 (using
Doxyfile
)