4 require_once
'class.ilCloudException.php';
26 switch ($this->code) {
27 case self::TABLE_DOES_NOT_EXIST:
30 case self::ENTRY_DOES_NOT_EXIST:
33 case self::NO_VALID_GET_OR_SET_FUNCTION:
34 $this->message =
$lng->txt(
"cld_config_no_valid_get_or_set_function") .
" " .
$this->add_info;
36 case self::PLUGIN_NOT_PROPERLY_CONFIGURED:
const ENTRY_DOES_NOT_EXIST
const TABLE_DOES_NOT_EXIST
Class ilCloudPluginConfigException.
const NO_VALID_GET_OR_SET_FUNCTION
const PLUGIN_NOT_PROPERLY_CONFIGURED