ILIAS
release_8 Revision v8.23
|
Class ilOrgUnitTypePluginException This exception is thrown whenever one or multiple ilOrgUnitTypeHook plugin(s) did not allow an action on a ilOrgUnitType object, e.g. More...
Public Member Functions | |
__construct (string $message, $plugins=array()) | |
setPlugins (array $plugins) | |
getPlugins () | |
![]() | |
__construct ($a_message, $a_code=0, Throwable $previous=null) | |
A code isn't optional as in build in class Exception. More... | |
Protected Attributes | |
$plugins = array() | |
Class ilOrgUnitTypePluginException This exception is thrown whenever one or multiple ilOrgUnitTypeHook plugin(s) did not allow an action on a ilOrgUnitType object, e.g.
updating, deleting or setting title. It stores additionally the plugin objects which did not allow the action.
Definition at line 12 of file class.ilOrgUnitTypePluginException.php.
ilOrgUnitTypePluginException::__construct | ( | string | $message, |
$plugins = array() |
|||
) |
Definition at line 20 of file class.ilOrgUnitTypePluginException.php.
References $plugins, and ILIAS\GlobalScreen\Provider\__construct().
ilOrgUnitTypePluginException::getPlugins | ( | ) |
Definition at line 37 of file class.ilOrgUnitTypePluginException.php.
References $plugins.
ilOrgUnitTypePluginException::setPlugins | ( | array | $plugins | ) |
string[] | $plugins |
Definition at line 29 of file class.ilOrgUnitTypePluginException.php.
References $plugins.
|
protected |
Definition at line 18 of file class.ilOrgUnitTypePluginException.php.
Referenced by __construct(), getPlugins(), and setPlugins().