@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace NotificationChannels\Twilio; |
4 | 4 | |
5 | 5 | use NotificationChannels\Twilio\Exceptions\CouldNotSendNotification; |
6 | -use Twilio\Exceptions\RestException; |
|
7 | 6 | use Twilio\Exceptions\TwilioException; |
8 | 7 | use Twilio\Rest\Api\V2010\Account\CallInstance; |
9 | 8 | use Twilio\Rest\Api\V2010\Account\MessageInstance; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Illuminate\Notifications\Events\NotificationFailed; |
8 | 8 | use Illuminate\Notifications\Notification; |
9 | 9 | use NotificationChannels\Twilio\Exceptions\CouldNotSendNotification; |
10 | -use Twilio\Exceptions\RestException; |
|
11 | 10 | |
12 | 11 | class TwilioChannel |
13 | 12 | { |