title = $title; } /** * Returns the exception page title. * * @return string */ public function getTitle() { return $this->title; } }