ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
class.ilObjectNotFoundException.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
26
class
ilObjectNotFoundException
extends
ilObjectException
27
{
31
public
function
__construct
(
string
$message)
32
{
33
parent::__construct
($message);
34
}
35
}
ilObjectException
Base exception class for object service.
Definition:
class.ilObjectException.php:27
ilObjectNotFoundException
Object not found exception.
Definition:
class.ilObjectNotFoundException.php:27
ilObjectNotFoundException\__construct
__construct(string $message)
A message is not optional as in build in class Exception.
Definition:
class.ilObjectNotFoundException.php:31
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:38
components
ILIAS
ILIASObject
exceptions
class.ilObjectNotFoundException.php
Generated on Sat Dec 13 2025 23:02:28 for ILIAS by
1.9.4 (using
Doxyfile
)