ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilCtrlException.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2021 ILIAS open source, GPLv3, see LICENSE */
4 
11 {
17  public function __construct($a_message)
18  {
19  parent::__construct($a_message);
20  }
21 }
ilCtrl exceptions
__construct(Container $dic, ilPlugin $plugin)
__construct($a_message)
Constructor.