ILIAS  release_8 Revision v8.24
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($a_message)
Constructor.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc