@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -53,7 +53,7 @@ |
||
53 | 53 | |
54 | 54 | $response->setRawResponse($adapter->getRawResponse()); |
55 | 55 | |
56 | - $this->protocol($request, $response); |
|
56 | + $this->protocol($request, $response); |
|
57 | 57 | } |
58 | 58 | catch (Exception $e) { |
59 | 59 | $this->protocolException($e, $request); |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -74,7 +74,7 @@ |
||
74 | 74 | |
75 | 75 | $requestParams = $this->getMapperRequest()->map($request); |
76 | 76 | |
77 | - if($request->isFrontendApiCall() === false) { |
|
77 | + if ($request->isFrontendApiCall() === false) { |
|
78 | 78 | $responseRaw = $this->getAdapter()->request($requestParams); |
79 | 79 | } else { |
80 | 80 | $responseRaw = $request->getFrontendApiResponse(); |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |
@@ -100,8 +100,7 @@ |
||
100 | 100 | |
101 | 101 | // Protocol |
102 | 102 | $this->protocol($request, $response); |
103 | - } |
|
104 | - catch (Exception $e) { |
|
103 | + } catch (Exception $e) { |
|
105 | 104 | $this->protocolException($e, $request); |
106 | 105 | throw $e; |
107 | 106 | } |