Skip to content

Commit 7de5498

Browse files
author
kaushik.prajapati
committed
fix: debuging account picture issue #000
1 parent a9cf33e commit 7de5498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public function getData($uri, $jsonData = null)
290290
$this->timeDataCollector->stopMeasure('getData');
291291
}
292292
if (200 != $code) {
293-
throw new RuntimeException('HTTP Status code: '.$code);
293+
throw new RuntimeException('HTTP Status code: '.$code.'message: '.$json);
294294
}
295295
$data = @json_decode($json, true);
296296
curl_close($ch);

0 commit comments

Comments
 (0)