Skip to content

Commit 3258865

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Reference the internal ErrorDetailsStamp
2 parents 758222d + 14badd3 commit 3258865

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/messenger.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ 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.
165167

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

0 commit comments

Comments
 (0)