ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilTestException.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
29
class
ilTestException
extends
ilException
30
{
31
public
function
__construct
($msg =
''
, $code = 0)
32
{
33
if
(!strlen($msg)) {
34
$msg = get_class($this);
35
}
36
37
parent::__construct
($msg, $code);
38
}
39
}
ilException
ilTestException
Base Exception for all Exceptions relating to Modules/Test.
Definition:
class.ilTestException.php:29
ilTestException\__construct
__construct($msg='', $code=0)
Definition:
class.ilTestException.php:31
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
components
ILIAS
Test
exceptions
class.ilTestException.php
Generated on Sun Aug 31 2025 23:03:57 for ILIAS by
1.8.13 (using
Doxyfile
)