@@ -28,8 +28,7 @@ |
||
28 | 28 | |
29 | 29 | try { |
30 | 30 | $httpResponse = $this->httpClient->request('GET', $this->getEndpoint('sessions/' . $sessionId), $headers); |
31 | - } |
|
32 | - catch (\Exception $exception) { |
|
31 | + } catch (\Exception $exception) { |
|
33 | 32 | throw new InvalidRequestException($exception->getMessage()); |
34 | 33 | } |
35 | 34 |