@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Coreproc\GlobeLabsSms; |
4 | 4 | |
5 | -use Exception; |
|
6 | -use Coreproc\MsisdnPh\Msisdn; |
|
7 | 5 | use Coreproc\GlobeLabsSms\Exceptions\CouldNotSendNotification; |
6 | +use Coreproc\MsisdnPh\Msisdn; |
|
7 | +use Exception; |
|
8 | 8 | |
9 | 9 | class GlobeLabsSmsMessage |
10 | 10 | { |
@@ -62,6 +62,10 @@ |
||
62 | 62 | } |
63 | 63 | } |
64 | 64 | |
65 | + /** |
|
66 | + * @param GuzzleException $exception |
|
67 | + * @param string $langString |
|
68 | + */ |
|
65 | 69 | private function generateExceptionMessage($exception, $langString) |
66 | 70 | { |
67 | 71 | $message = $exception->getMessage(); |