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