Skip to content

Commit 76aacf2

Browse files
authored
Add Guzzle exceptions
1 parent df5c40d commit 76aacf2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,18 @@ $client->campaign->alias("ALIAS", "Notification message");
6767

6868

6969
Test notification
70-
------------
70+
-------------
7171

7272
```php
7373
//Sample sending campaign to an alias
7474
$client->campaign->test();
7575
```
7676

77+
Exceptions
78+
-------------
79+
80+
[Guzzle](http://docs.guzzlephp.org/en/stable/quickstart.html#exceptions) throws exceptions for errors that occur during a transfer.
81+
7782
Sending to one device [Transactional]
7883
------------
7984

0 commit comments

Comments
 (0)