|
@@ -4,11 +4,11 @@ |
|
|
block discarded – undo |
|
4
|
4
|
|
|
5
|
5
|
use GuzzleHttp\Exception\BadResponseException; |
|
6
|
6
|
use GuzzleHttp\Exception\GuzzleException; |
|
|
7
|
+use Http\Client\Exception as HttpClientException; |
|
7
|
8
|
use Illuminate\Notifications\Notification; |
|
8
|
9
|
use Intercom\IntercomClient; |
|
9
|
10
|
use NotificationChannels\Intercom\Exceptions\MessageIsNotCompleteException; |
|
10
|
11
|
use NotificationChannels\Intercom\Exceptions\RequestException; |
|
11
|
|
-use Http\Client\Exception as HttpClientException; |
|
12
|
12
|
|
|
13
|
13
|
/** |
|
14
|
14
|
* Class IntercomNotificationChannel. |
Please login to merge, or discard this patch.