keyword=$keyword; $this->value=$value; parent::__construct($msg,$code); } public function getKeyword() { return $this->keyword; } public function getValue() { return $this->value; } } ?>