diff --git a/pkg/fs/FsConsumer.php b/pkg/fs/FsConsumer.php index d9092aaf4..65ff12e61 100644 --- a/pkg/fs/FsConsumer.php +++ b/pkg/fs/FsConsumer.php @@ -137,7 +137,7 @@ public function receiveNoWait(): ?Message $this->preFetchedMessages[] = $fetchedMessage; } catch (\Exception $e) { - throw new \LogicException(sprintf("Cannot decode json message '%s'", $rawMessage), null, $e); + throw new \LogicException(sprintf("Cannot decode json message '%s'", $rawMessage), 0, $e); } } else { return null;