File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Notifier/Bridge/LightSms Expand file tree Collapse file tree 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
114114 $ response = $ this ->client ->request ('GET ' , $ endpoint );
115115
116116 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 );
118118 }
119119
120120 $ content = $ response ->toArray (false );
@@ -140,7 +140,7 @@ protected function doSend(MessageInterface $message): SentMessage
140140 return $ sentMessage ;
141141 }
142142
143- throw new TransportException ('Unable to send the SMS: ' , $ response );
143+ throw new TransportException ('Unable to send the SMS ' , $ response );
144144 }
145145
146146 private function generateSignature (array $ data , int $ timestamp ): string
You can’t perform that action at this time.
0 commit comments