body = $body; return parent::__construct($message, $variables, $code); } /** * Get the response body. * * @return string */ public function getBody() { return $this->body; } }