ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilDclException.php
Go to the documentation of this file.
1
<?php
2
19
class
ilDclException
extends
ilException
20
{
21
public
function
__construct
($a_message, $a_code = 0)
22
{
23
parent::__construct
($a_message, $a_code);
24
}
25
}
ilException
ilDclException\__construct
__construct($a_message, $a_code=0)
Definition:
class.ilDclException.php:21
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ilDclException
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilDclException.php:19
Modules
DataCollection
exceptions
class.ilDclException.php
Generated on Mon Sep 1 2025 22:01:29 for ILIAS by
1.8.13 (using
Doxyfile
)