Skip to content

Commit 2733e67

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Added the versionadded directive Reference the internal ErrorDetailsStamp
2 parents a44de02 + ab67a3f commit 2733e67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/messenger.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ Here are some important envelope stamps that are shipped with the Symfony Messen
162162
to configure the serialization groups used by the transport.
163163
#. :class:`Symfony\\Component\\Messenger\\Stamp\\ValidationStamp`,
164164
to configure the validation groups used when the validation middleware is enabled.
165+
#. :class:`Symfony\\Component\\Messenger\\Stamp\\ErrorDetailsStamp`,
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.
165171

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

0 commit comments

Comments
 (0)