Jacek Kowalski
2022-08-15 927c6bf2e6c55ec2bbd3d02ae334e045161ef77b
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;
      }