We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7ebea commit 93e5dacCopy full SHA for 93e5dac
Messenger/DoctrineTransactionMiddleware.php
@@ -39,7 +39,7 @@ protected function handleForManager(EntityManagerInterface $entityManager, Envel
39
if ($exception instanceof HandlerFailedException) {
40
// Remove all HandledStamp from the envelope so the retry will execute all handlers again.
41
// When a handler fails, the queries of allegedly successful previous handlers just got rolled back.
42
- throw new HandlerFailedException($exception->getEnvelope()->withoutAll(HandledStamp::class), $exception->getNestedExceptions());
+ throw new HandlerFailedException($exception->getEnvelope()->withoutAll(HandledStamp::class), $exception->getWrappedExceptions());
43
}
44
45
throw $exception;
0 commit comments