Open
Description
There are a few parts of the SQS integration where the catch clause uses Exception
instead of Throwables
.
While for the majority of cases this works well, if an Error
is thrown it isn't caught by the framework, leading to unexpected results.
See #1379