ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 }
__construct(VocabulariesInterface $vocabularies)
ilCtrl exceptions
__construct($a_message)
Constructor.