We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e0843 commit 63d7ffbCopy full SHA for 63d7ffb
messenger.rst
@@ -725,10 +725,13 @@ and should not be retried. If you throw
725
:class:`Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException`,
726
the message will not be retried.
727
728
-
729
Forcing Retrying
730
~~~~~~~~~~~~~~~~
731
+.. versionadded:: 5.1
732
+
733
+ The ``RecoverableMessageHandlingException`` was introduced in Symfony 5.1.
734
735
Sometimes handling a message must fail in a way that you *know* is temporary
736
and must be retried. If you throw
737
:class:`Symfony\\Component\\Messenger\\Exception\\RecoverableMessageHandlingException`,
0 commit comments