19 declare(strict_types=1);
33 public function __construct(
string $message,
int $type_id = self::TYPE_SUCCESS)
41 return $this->message .
'</br>';
74 case self::TYPE_ERROR:
76 case self::TYPE_SUCCESS:
Class for advanced editing exception handling in ILIAS.
const MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST
setMessage(string $message)
__construct(string $message, int $type_id=self::TYPE_SUCCESS)
isValidTypeId(int $type_id)