Skip to content

Commit 9d6ea4d

Browse files
committed
Warning in doc about potential exception.
1 parent 35b639a commit 9d6ea4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ var_dump(
147147
);
148148
```
149149

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+
150153
<a name="usage"></a>
151154
# Usage
152155

0 commit comments

Comments
 (0)