@@ -81,8 +81,7 @@ |
||
81 | 81 | |
82 | 82 | try { |
83 | 83 | $response = $this->client->request($request); |
84 | - } |
|
85 | - catch (\Throwable $exception) { |
|
84 | + } catch (\Throwable $exception) { |
|
86 | 85 | $exceptionEvent = new ExceptionEvent($request, $exception); |
87 | 86 | $this->dispatcher->dispatch($this->exceptionEvent, $exceptionEvent); |
88 | 87 |