We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12bcdd7 commit c0cc6b3Copy full SHA for c0cc6b3
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php" : ">=5.5.0",
+ "php" : ">=5.3.0",
19
"guzzlehttp/guzzle": "~5.0"
20
},
21
"require-dev": {
src/Factory/Entity.php
@@ -54,7 +54,7 @@ protected function checkResponseFormat(Response $response)
54
$arr = $response->json();
55
56
if (!isset($arr['objects'])) {
57
- throw new DiffbotException('Objects property missing - cannot extract entity values');
+ throw new \Swader\Diffbot\Exceptions\DiffbotException('Objects property missing - cannot extract entity values');
58
59
60
if (!isset($arr['request'])) {
0 commit comments