ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
class.ilImportException.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2012 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
require_once
'Services/Exceptions/classes/class.ilException.php'
;
6
14
class
ilImportException
extends
ilException
15
{
23
public
function
__construct
($a_message)
24
{
25
parent::__construct
($a_message);
26
}
27
}
ilException
ilImportException\__construct
__construct($a_message)
Constructor.
Definition:
class.ilImportException.php:23
ilImportException
General import exception.
Definition:
class.ilImportException.php:14
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:30
Services
Export
exceptions
class.ilImportException.php
Generated on Wed Sep 3 2025 20:01:13 for ILIAS by
1.8.13 (using
Doxyfile
)