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