4 require_once
'class.ilCloudException.php';
27 case self::TABLE_DOES_NOT_EXIST:
28 $this->message = $lng->txt(
"cld_config_table_does_not_exist") .
" " .
$this->add_info;
30 case self::ENTRY_DOES_NOT_EXIST:
31 $this->message = $lng->txt(
"cld_config_entry_does_not_exist") .
" " .
$this->add_info;
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:
37 $this->message = $lng->txt(
"cld_plugin_not_properly_configured") .
" " .
$this->add_info;
40 $this->message = $lng->txt(
"cld_config_unknown_exception") .
" " .
$this->add_info;