Skip to content

Commit 63d7ffb

Browse files
committed
Added the missing versionadded directive
1 parent 48e0843 commit 63d7ffb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

messenger.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,10 +725,13 @@ and should not be retried. If you throw
725725
:class:`Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException`,
726726
the message will not be retried.
727727

728-
729728
Forcing Retrying
730729
~~~~~~~~~~~~~~~~
731730

731+
.. versionadded:: 5.1
732+
733+
The ``RecoverableMessageHandlingException`` was introduced in Symfony 5.1.
734+
732735
Sometimes handling a message must fail in a way that you *know* is temporary
733736
and must be retried. If you throw
734737
:class:`Symfony\\Component\\Messenger\\Exception\\RecoverableMessageHandlingException`,

0 commit comments

Comments
 (0)