@@ -75,8 +75,7 @@ |
||
| 75 | 75 | $response = $this->getMapperResponse()->map($responseRaw); |
| 76 | 76 | |
| 77 | 77 | $this->protocol($request, $response); |
| 78 | - } |
|
| 79 | - catch (Exception $e) { |
|
| 78 | + } catch (Exception $e) { |
|
| 80 | 79 | $this->protocolException($e, $request); |
| 81 | 80 | throw $e; |
| 82 | 81 | } |
@@ -73,8 +73,7 @@ |
||
| 73 | 73 | $response = $this->getMapperResponse()->map($responseRaw); |
| 74 | 74 | |
| 75 | 75 | $this->protocol($request, $response); |
| 76 | - } |
|
| 77 | - catch (Exception $e) { |
|
| 76 | + } catch (Exception $e) { |
|
| 78 | 77 | $this->protocolException($e, $request); |
| 79 | 78 | throw $e; |
| 80 | 79 | } |
@@ -71,8 +71,7 @@ |
||
| 71 | 71 | $response = $this->getMapperResponse()->map($responseRaw); |
| 72 | 72 | |
| 73 | 73 | $this->protocol($request, $response); |
| 74 | - } |
|
| 75 | - catch (Exception $e) { |
|
| 74 | + } catch (Exception $e) { |
|
| 76 | 75 | $this->protocolException($e, $request); |
| 77 | 76 | throw $e; |
| 78 | 77 | } |
@@ -74,8 +74,7 @@ |
||
| 74 | 74 | $response = $this->getMapperResponse()->map($responseRaw); |
| 75 | 75 | |
| 76 | 76 | $this->protocol($request, $response); |
| 77 | - } |
|
| 78 | - catch (Exception $e) { |
|
| 77 | + } catch (Exception $e) { |
|
| 79 | 78 | $this->protocolException($e, $request); |
| 80 | 79 | throw $e; |
| 81 | 80 | } |
@@ -72,8 +72,7 @@ |
||
| 72 | 72 | $response = $this->getMapperResponse()->map($responseRaw); |
| 73 | 73 | |
| 74 | 74 | $this->protocol($request, $response); |
| 75 | - } |
|
| 76 | - catch (Exception $e) { |
|
| 75 | + } catch (Exception $e) { |
|
| 77 | 76 | $this->protocolException($e, $request); |
| 78 | 77 | throw $e; |
| 79 | 78 | } |
@@ -54,8 +54,7 @@ |
||
| 54 | 54 | $response->setRawResponse($adapter->getRawResponse()); |
| 55 | 55 | |
| 56 | 56 | $this->protocol($request, $response); |
| 57 | - } |
|
| 58 | - catch (Exception $e) { |
|
| 57 | + } catch (Exception $e) { |
|
| 59 | 58 | $this->protocolException($e, $request); |
| 60 | 59 | throw $e; |
| 61 | 60 | } |
@@ -73,8 +73,7 @@ |
||
| 73 | 73 | $response->setRawResponse($adapter->getRawResponse()); |
| 74 | 74 | |
| 75 | 75 | $this->protocol($request, $response); |
| 76 | - } |
|
| 77 | - catch (Exception $e) { |
|
| 76 | + } catch (Exception $e) { |
|
| 78 | 77 | $this->protocolException($e, $request); |
| 79 | 78 | throw $e; |
| 80 | 79 | } |
@@ -56,8 +56,7 @@ |
||
| 56 | 56 | $response = $this->getMapperResponse()->map($responseRaw); |
| 57 | 57 | |
| 58 | 58 | $this->protocol($request, $response); |
| 59 | - } |
|
| 60 | - catch (Exception $e) { |
|
| 59 | + } catch (Exception $e) { |
|
| 61 | 60 | $this->protocolException($e, $request); |
| 62 | 61 | throw $e; |
| 63 | 62 | } |
@@ -81,8 +81,7 @@ |
||
| 81 | 81 | $response = $mapper->map($responseRaw); |
| 82 | 82 | |
| 83 | 83 | $this->protocol($request, $response); |
| 84 | - } |
|
| 85 | - catch (Exception $e) { |
|
| 84 | + } catch (Exception $e) { |
|
| 86 | 85 | $this->protocolException($e, $request); |
| 87 | 86 | throw $e; |
| 88 | 87 | } |