@@ -27,8 +27,7 @@ |
||
27 | 27 | try { |
28 | 28 | /** @var \Drupal\rabbitmq\Queue\Queue $backend */ |
29 | 29 | $backend = \Drupal::queue('queue.rabbitmq.default'); |
30 | - } |
|
31 | - catch (\ErrorException $e) { |
|
30 | + } catch (\ErrorException $e) { |
|
32 | 31 | $build = [ |
33 | 32 | '#markup' => $this->t('<h2>Error</h2><p>Could not access the queue. Check the <a href=":url">status page</a>.</p>', [ |
34 | 33 | ':url' => Url::fromRoute('system.status')->toString(), |