Jacek Kowalski
2022-08-15 279758dc82cc4993e90d948b86234b0f1339ba2f
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;
      }