File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,11 @@ Here are some important envelope stamps that are shipped with the Symfony Messen
163
163
#. :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ValidationStamp `,
164
164
to configure the validation groups used when the validation middleware is enabled.
165
165
#. :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ErrorDetailsStamp `,
166
- an internal stamp when a messages fails due to an exception in the handler.
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.
167
171
168
172
Instead of dealing directly with the messages in the middleware you receive the envelope.
169
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