Skip to content

Commit e42fc9a

Browse files
committed
minor #16608 [Messenger] Reference the internal ErrorDetailsStamp (94noni)
This PR was merged into the 5.4 branch. Discussion ---------- [Messenger] Reference the internal ErrorDetailsStamp Close #14319 Commits ------- 052071e Reference the internal ErrorDetailsStamp
2 parents 5e159d7 + 052071e commit e42fc9a

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)