Commit a6f4be2a authored by Andreas Streichardt's avatar Andreas Streichardt

Fail... Add _body as well ;)

parent b170f01d
......@@ -78,6 +78,7 @@ class Solarium_Client_HttpException extends Solarium_Exception
public function __construct($statusMessage, $code = null, $body = null)
{
$this->_statusMessage = $statusMessage;
$this->_body = $body;
$message = 'Solr HTTP error: ' . $statusMessage;
if (null !== $code) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment