ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ ilDoc Overview
SettingsNotFoundException.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\Test\Settings
;
20
24
class
SettingsNotFoundException
extends
\ilObjectNotFoundException
25
{
26
public
function
__construct
($a_message)
27
{
28
$a_message .=
"\nThis error occurs because the test settings migrations have not been completed yet.
29
Without these migrations, the tests are unusable."
;
30
31
parent::__construct
($a_message);
32
}
33
}
ILIAS\Test\Settings\SettingsNotFoundException
@depracated This is only a temporary exception to identify missing migrations and will be removed in ...
Definition:
SettingsNotFoundException.php:25
ILIAS\Test\Settings\SettingsNotFoundException\__construct
__construct($a_message)
Definition:
SettingsNotFoundException.php:26
ilObjectNotFoundException
Object not found exception.
Definition:
class.ilObjectNotFoundException.php:27
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:38
ILIAS\Test\Settings
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
components
ILIAS
Test
src
Settings
SettingsNotFoundException.php
Generated on Sun Apr 5 2026 23:04:38 for ILIAS by
1.9.4 (using
Doxyfile
)