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