Skip to content

Commit

Permalink
Removed instantiation of BadResponseException which is immediately ov…
Browse files Browse the repository at this point in the history
…erwritten.
  • Loading branch information
webbj74-acquia committed Dec 2, 2013
1 parent 4040dac commit a7a7038
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Exception/BadResponseException.php
Expand Up @@ -32,7 +32,6 @@ public static function factory(RequestInterface $request, Response $response)
} else {
$label = 'Unsuccessful response';
$class = __CLASS__;
$e = new self();
}

$message = $label . PHP_EOL . implode(PHP_EOL, array(
Expand Down

0 comments on commit a7a7038

Please sign in to comment.