File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/Symfony/Component/Messenger Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ CHANGELOG
447.2
55---
66
7+ * Add ` $previous ` to the exception output at the ` messenger:failed:show ` command
78 * ` WrappedExceptionsInterface ` now extends PHP's ` Throwable ` interface
89 * Add ` #[AsMessage] ` attribute with ` $transport ` parameter for message routing
910 * Add ` --format ` option to the ` messenger:stats ` command
Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ private function createCloner(): ?ClonerInterface
182182 Caster::PREFIX_VIRTUAL .'file ' => $ flattenException ->getFile (),
183183 Caster::PREFIX_VIRTUAL .'line ' => $ flattenException ->getLine (),
184184 Caster::PREFIX_VIRTUAL .'trace ' => new TraceStub ($ flattenException ->getTrace ()),
185+ Caster::PREFIX_VIRTUAL .'previous ' => $ flattenException ->getPrevious (),
185186 ];
186187 }]);
187188
You can’t perform that action at this time.
0 commit comments