Skip to content

Commit ab67a3f

Browse files
committed
Added the versionadded directive
1 parent e42fc9a commit ab67a3f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/messenger.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,11 @@ Here are some important envelope stamps that are shipped with the Symfony Messen
163163
#. :class:`Symfony\\Component\\Messenger\\Stamp\\ValidationStamp`,
164164
to configure the validation groups used when the validation middleware is enabled.
165165
#. :class:`Symfony\\Component\\Messenger\\Stamp\\ErrorDetailsStamp`,
166-
an internal stamp when a messages fails due to an exception in the handler.
166+
an internal stamp when a message fails due to an exception in the handler.
167+
168+
.. versionadded:: 5.2
169+
170+
The ``ErrorDetailsStamp`` stamp was introduced in Symfony 5.2.
167171

168172
Instead of dealing directly with the messages in the middleware you receive the envelope.
169173
Hence you can inspect the envelope content and its stamps, or add any::

0 commit comments

Comments
 (0)