File tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Notifier/Bridge/LightSms 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ protected function doSend(MessageInterface $message): SentMessage
114
114
$ response = $ this ->client ->request ('GET ' , $ endpoint );
115
115
116
116
if (Response::HTTP_OK !== $ response ->getStatusCode ()) {
117
- throw new TransportException ('Unable to send the SMS: ' , $ response );
117
+ throw new TransportException ('Unable to send the SMS ' , $ response );
118
118
}
119
119
120
120
$ content = $ response ->toArray (false );
@@ -140,7 +140,7 @@ protected function doSend(MessageInterface $message): SentMessage
140
140
return $ sentMessage ;
141
141
}
142
142
143
- throw new TransportException ('Unable to send the SMS: ' , $ response );
143
+ throw new TransportException ('Unable to send the SMS ' , $ response );
144
144
}
145
145
146
146
private function generateSignature (array $ data , int $ timestamp ): string
You can’t perform that action at this time.
0 commit comments