File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
166172Instead of dealing directly with the messages in the middleware you receive the envelope.
167173Hence you can inspect the envelope content and its stamps, or add any::
You can’t perform that action at this time.
0 commit comments