ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
class.ilLMException.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
ilLMException
extends
ilException
12
{
20
public
function
__construct
($a_message)
21
{
22
parent::__construct
($a_message);
23
}
24
}
ilException
ilLMException
Base exception class for learning modules.
Definition:
class.ilLMException.php:11
ilLMException\__construct
__construct($a_message)
Constructor.
Definition:
class.ilLMException.php:20
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:30
Modules
LearningModule
exceptions
class.ilLMException.php
Generated on Sun Aug 31 2025 20:00:59 for ILIAS by
1.8.13 (using
Doxyfile
)