ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
class.ilLMPresentationException.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
11
class
ilLMPresentationException
extends
ilException
12
{
20
public
function
__construct
($a_message)
21
{
22
parent::__construct
($a_message);
23
}
24
}
ilException
ilLMPresentationException
Base exception class for learning module presentation.
Definition:
class.ilLMPresentationException.php:11
ilLMPresentationException\__construct
__construct($a_message)
Constructor.
Definition:
class.ilLMPresentationException.php:20
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:40
Modules
LearningModule
exceptions
class.ilLMPresentationException.php
Generated on Sun Aug 31 2025 21:00:58 for ILIAS by
1.8.13 (using
Doxyfile
)