ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.ilRepositoryException.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
24
class
ilRepositoryException
extends
ilException
25
{
26
public
function
__construct
(
string
$a_message,
int
$a_code = 0)
27
{
28
parent::__construct
($a_message, $a_code);
29
}
30
}
ilRepositoryException
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilRepositoryException.php:24
ilException
ILIAS\MetaData\Repository\Validation\Data\__construct
__construct(VocabulariesInterface $vocabularies)
Definition:
VocabularyBridge.php:31
ilRepositoryException\__construct
__construct(string $a_message, int $a_code=0)
Definition:
class.ilRepositoryException.php:26
Services
Repository
exceptions
class.ilRepositoryException.php
Generated on Wed Sep 10 2025 14:11:51 for ILIAS by
1.8.13 (using
Doxyfile
)