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