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