@@ -10,8 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | namespace Th3Mouk\YahooWeatherAPI; |
| 12 | 12 | |
| 13 | -use Psr\Http\Message\ServerRequestInterface as Request; |
|
| 14 | -use Psr\Http\Message\ResponseInterface as Response; |
|
| 15 | 13 | use GuzzleHttp\Client; |
| 16 | 14 | use Th3Mouk\YahooWeatherAPI\Query\Query; |
| 17 | 15 | |
@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | $response = $service->callApiWoeid(null); |
| 34 | 34 | } |
| 35 | 35 | catch(\Exception $e) { |
| 36 | - throw $e; |
|
| 36 | + throw $e; |
|
| 37 | 37 | } |
| 38 | 38 | } |
| 39 | 39 | |
@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | $response = $service->callApiCityName(null); |
| 49 | 49 | } |
| 50 | 50 | catch(\Exception $e) { |
| 51 | - throw $e; |
|
| 51 | + throw $e; |
|
| 52 | 52 | } |
| 53 | 53 | } |
| 54 | 54 | |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | $response = $service->callApi(null); |
| 64 | 64 | } |
| 65 | 65 | catch(\Exception $e) { |
| 66 | - throw $e; |
|
| 66 | + throw $e; |
|
| 67 | 67 | } |
| 68 | 68 | } |
| 69 | 69 | |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | $response = $service->callApi($errYql); |
| 81 | 81 | } |
| 82 | 82 | catch(\Exception $e) { |
| 83 | - throw $e; |
|
| 83 | + throw $e; |
|
| 84 | 84 | } |
| 85 | 85 | } |
| 86 | 86 | |