ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ilCtrlException
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilCtrlException.php:25
ilCtrlException\__construct
__construct($a_message)
Constructor.
Definition:
class.ilCtrlException.php:31
ilException
Base class for ILIAS Exception handling.
Definition:
class.ilException.php:26
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:38
components
ILIAS
UICore
exceptions
class.ilCtrlException.php
Generated on Sat Oct 18 2025 23:04:57 for ILIAS by
1.9.4 (using
Doxyfile
)