Skip to content

Commit

Permalink
fix: debuging account picture issue #000
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushik.prajapati committed Jan 27, 2020
1 parent a9cf33e commit 7de5498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public function getData($uri, $jsonData = null)
$this->timeDataCollector->stopMeasure('getData');
}
if (200 != $code) {
throw new RuntimeException('HTTP Status code: '.$code);
throw new RuntimeException('HTTP Status code: '.$code.'message: '.$json);
}
$data = @json_decode($json, true);
curl_close($ch);
Expand Down

0 comments on commit 7de5498

Please sign in to comment.