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
162
162
to configure the serialization groups used by the transport.
163
163
#. :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ValidationStamp `,
164
164
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.
165
171
166
172
Instead of dealing directly with the messages in the middleware you receive the envelope.
167
173
Hence you can inspect the envelope content and its stamps, or add any::
You can’t perform that action at this time.
0 commit comments