We're sometimes hitting EmptyMessageError in certain cases after the changes in #498. We only rescue IncompleteMessageError, which then makes it look like the add-on is crashing.
Let's group the two errors under a common ancestor, so that we can rescue all types of message errors where needed.
We're sometimes hitting
EmptyMessageError
in certain cases after the changes in #498. We only rescueIncompleteMessageError
, which then makes it look like the add-on is crashing.Let's group the two errors under a common ancestor, so that we can rescue all types of message errors where needed.