ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
$message
$message
Definition:
xapiexit.php:31
components
ILIAS
ILIASObject
exceptions
class.ilObjectNotFoundException.php
Generated on Sat Oct 18 2025 23:03:11 for ILIAS by
1.9.4 (using
Doxyfile
)