@@ -72,8 +72,7 @@ |
||
72 | 72 | try { |
73 | 73 | $this->response = $client->__soapCall($function, $arguments); |
74 | 74 | $this->rawResponse = $client->__getLastResponse(); |
75 | - } |
|
76 | - catch (\SoapFault $e) { |
|
75 | + } catch (\SoapFault $e) { |
|
77 | 76 | $this->exception = $e; |
78 | 77 | } |
79 | 78 | } |