ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.ilObjectException.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
26
class
ilObjectException
extends
ilException
27
{
31
public
function
__construct
(
string
$message
)
32
{
33
parent::__construct
($message);
34
}
35
}
ilException
ilObjectException
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjectException.php:26
ILIAS\MetaData\Repository\Validation\Data\__construct
__construct(VocabulariesInterface $vocabularies)
Definition:
VocabularyBridge.php:31
$message
$message
Definition:
xapiexit.php:32
ilObjectException\__construct
__construct(string $message)
A message is not optional as in build in class Exception.
Definition:
class.ilObjectException.php:31
Services
Object
exceptions
class.ilObjectException.php
Generated on Wed Sep 10 2025 14:11:49 for ILIAS by
1.8.13 (using
Doxyfile
)