ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilObjectException.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
26
class
ilObjectException
extends
ilException
27
{
31
public
function
__construct
(
string
$message
)
32
{
33
parent::__construct
($message);
34
}
35
}
ilException
ilObjectException
Base exception class for object service.
Definition:
class.ilObjectException.php:26
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
$message
$message
Definition:
xapiexit.php:31
ilObjectException\__construct
__construct(string $message)
A message is not optional as in build in class Exception.
Definition:
class.ilObjectException.php:31
components
ILIAS
ILIASObject
exceptions
class.ilObjectException.php
Generated on Sun Aug 31 2025 23:03:08 for ILIAS by
1.8.13 (using
Doxyfile
)