ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilRepositoryException.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
24
class
ilRepositoryException
extends
ilException
25
{
26
public
function
__construct
(
string
$a_message,
int
$a_code = 0)
27
{
28
parent::__construct
($a_message, $a_code);
29
}
30
}
ilRepositoryException
Definition:
class.ilRepositoryException.php:24
ilException
ilRepositoryException\__construct
__construct(string $a_message, int $a_code=0)
Definition:
class.ilRepositoryException.php:26
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
components
ILIAS
Repository
exceptions
class.ilRepositoryException.php
Generated on Sun Aug 31 2025 23:03:34 for ILIAS by
1.8.13 (using
Doxyfile
)