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 35b639a commit 9d6ea4dCopy full SHA for 9d6ea4d
README.md
@@ -147,6 +147,9 @@ var_dump(
147
);
148
```
149
150
+If there is an issues with the request, such as misconfigured CURL SSL options, an `InvalidRequest` will be thrown
151
+with message from CURL on why the request failed. Use the message as a hit to troubleshooting steps of your environment.
152
+
153
<a name="usage"></a>
154
# Usage
155
0 commit comments