title = $title; $this->isUnlogged = $unlogged; parent::__construct($message); } public function getTitle() { return $this->title; } public function getIsUnlogged() { return $this->isUnlogged; } }