ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilTestException.php
Go to the documentation of this file.
1
<?php
2
27
class
ilTestException
extends
ilException
28
{
29
public
function
__construct
($msg =
''
, $code = 0)
30
{
31
if
(!strlen($msg)) {
32
$msg = get_class($this);
33
}
34
35
parent::__construct
($msg, $code);
36
}
37
}
ilException
ilTestException
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilTestException.php:27
ilTestException\__construct
__construct($msg='', $code=0)
Definition:
class.ilTestException.php:29
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
Modules
Test
exceptions
class.ilTestException.php
Generated on Sun Aug 31 2025 22:01:37 for ILIAS by
1.8.13 (using
Doxyfile
)