Skip to content

Commit a004b25

Browse files
committed
Add response value to Pushwoosh Exceptions when a curl request execution
fails
1 parent a0817bd commit a004b25

File tree

6 files changed

+181
-97
lines changed

6 files changed

+181
-97
lines changed

.buildpath

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<buildpathentry kind="src" path="vendor/phpdocumentor/reflection/tests/mocks"/>
1313
<buildpathentry kind="src" path="vendor/phpunit/php-file-iterator/src"/>
1414
<buildpathentry kind="src" path="vendor/phpdocumentor/fileset/src"/>
15+
<buildpathentry kind="src" path="vendor/psr/log/Psr/Log"/>
1516
<buildpathentry kind="src" path="vendor/symfony/console"/>
1617
<buildpathentry kind="src" path="vendor/doctrine/instantiator/src/Doctrine/Instantiator"/>
1718
<buildpathentry kind="src" path="vendor/symfony/validator"/>
@@ -47,7 +48,6 @@
4748
<buildpathentry kind="src" path="vendor/satooshi/php-coveralls/src/Satooshi"/>
4849
<buildpathentry kind="src" path="vendor/zendframework/zend-servicemanager/src"/>
4950
<buildpathentry kind="src" path="vendor/sebastian/version/src"/>
50-
<buildpathentry kind="src" path="vendor/psr/log"/>
5151
<buildpathentry kind="src" path="vendor/zendframework/zend-config/src"/>
5252
<buildpathentry kind="src" path="vendor/zendframework/zend-cache/src"/>
5353
<buildpathentry kind="src" path="vendor/symfony/finder"/>
@@ -72,6 +72,7 @@
7272
<buildpathentry kind="src" path="vendor/symfony/dependency-injection"/>
7373
<buildpathentry kind="src" path="vendor/phpdocumentor/graphviz/src"/>
7474
<buildpathentry kind="src" path="vendor/phpmd/phpmd/src/main/php"/>
75+
<buildpathentry kind="src" path="vendor/symfony/debug"/>
7576
<buildpathentry kind="src" path="vendor/cilex/console-service-provider/src"/>
7677
<buildpathentry kind="src" path="vendor/herrera-io/phar-update/src/lib"/>
7778
<buildpathentry kind="src" path="vendor/seld/jsonlint/src/Seld/JsonLint"/>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
"squizlabs/php_codesniffer" : "^3.0.0RC1",
4747
"symfony/yaml" : "^3.1.4"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)