ILIAS
release_8 Revision v8.23
◀ 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\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
Services
Export
exceptions
class.ilExportException.php
Generated on Sun Aug 31 2025 22:02:20 for ILIAS by
1.8.13 (using
Doxyfile
)