ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
SettingsNotFoundException.php
Go to the documentation of this file.
1<?php
2
19namespace ILIAS\Test\Settings;
20
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}
@depracated This is only a temporary exception to identify missing migrations and will be removed in ...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...