Skip to content

Commit 252e335

Browse files
authored
Merge pull request #676 from Nommyde/patch-1
2 parents b685e63 + fe64caf commit 252e335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/dbal/DbalProducer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function send(Destination $destination, Message $message): void
139139
'redeliver_after' => Type::BIGINT,
140140
]);
141141
} catch (\Exception $e) {
142-
throw new Exception('The transport fails to send the message due to some internal error.', null, $e);
142+
throw new Exception('The transport fails to send the message due to some internal error.', 0, $e);
143143
}
144144
}
145145

0 commit comments

Comments
 (0)