37 public function __construct($exception_type, $additional_text =
"")
54 switch ($this->exception_type) {
55 case self::TYPE_EXCEPTION:
58 case self::LENGTH_EXCEPTION:
61 case self::REGEX_EXCEPTION:
64 case self::REGEX_CONFIG_EXCEPTION:
67 case self::UNIQUE_EXCEPTION:
76 case self::WRONG_FILE_TYPE:
79 case self::CUSTOM_MESSAGE:
86 if (strlen($this->additional_text) > 0) {
__construct(Container $dic, ilPlugin $plugin)