ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ILIAS\Test\Settings\SettingsNotFoundException Class Reference

@depracated This is only a temporary exception to identify missing migrations and will be removed in the future. More...

+ Inheritance diagram for ILIAS\Test\Settings\SettingsNotFoundException:
+ Collaboration diagram for ILIAS\Test\Settings\SettingsNotFoundException:

Public Member Functions

 __construct ($a_message)
 
- Public Member Functions inherited from ilObjectNotFoundException
 __construct (string $message)
 A message is not optional as in build in class Exception. More...
 
 __construct (string $message)
 A message is not optional as in build in class Exception. More...
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0)
 A code isn't optional as in build in class Exception. More...
 

Detailed Description

@depracated This is only a temporary exception to identify missing migrations and will be removed in the future.

Definition at line 24 of file SettingsNotFoundException.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Test\Settings\SettingsNotFoundException::__construct (   $a_message)

Definition at line 26 of file SettingsNotFoundException.php.

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 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References ILIAS\GlobalScreen\Provider\__construct().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: