status = $status; $this->info = $info; parent::__construct($message, $code); } /** * Get the HTTP status code */ public function getStatus() { return $this->status; } /** * Get a link to more information */ public function getInfo() { return $this->info; } }