| src/UcrmHelper.php | ●●●●● patch | view | raw | blame | history |
src/UcrmHelper.php
@@ -78,13 +78,13 @@ throw new \RuntimeException('Failed to process event - invalid entity ID'); } $this->event = $data; } catch (\Exception $e) { $this->event = $event; } catch (\Throwable $e) { $this->event = $e; } } if ($this->event instanceof \Exception) { if ($this->event instanceof \Throwable) { throw $this->event; }