@@ -124,8 +124,8 @@ |
||
124 | 124 | } catch (PlatformTemporaryException $e) { |
125 | 125 | $this->logger->warning('platform seems down. we will update index next cron tick'); |
126 | 126 | return; |
127 | - } catch (Throwable|Exception $e) { |
|
128 | - $this->runner->exception(get_class($e) . ' - ' . $e->getMessage(), false); |
|
127 | + } catch (Throwable | Exception $e) { |
|
128 | + $this->runner->exception(get_class($e).' - '.$e->getMessage(), false); |
|
129 | 129 | $this->logger->notice( |
130 | 130 | 'exception encountered while running fulltextsearch/lib/Cron/Index.php', |
131 | 131 | ['exception' => $e] |