Skip to content

Commit 052071e

Browse files
authored
Reference the internal ErrorDetailsStamp
Close #14319
1 parent 7d667bc commit 052071e

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 messages 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)