Thanks to visit codestin.com Credit goes to github.com
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 0b78897 commit 67790f3Copy full SHA for 67790f3
src/Symfony/Component/Messenger/CHANGELOG.md
@@ -8,6 +8,7 @@ CHANGELOG
8
* Add `HandlerDescriptor::getOptions`
9
* Add support for multiple Redis Sentinel hosts
10
* Add `--all` option to the `messenger:failed:remove` command
11
+ * `RejectRedeliveredMessageException` implements `UnrecoverableExceptionInterface` in order to not be retried
12
13
6.3
14
---
src/Symfony/Component/Messenger/Exception/RejectRedeliveredMessageException.php
@@ -14,6 +14,6 @@
/**
15
* @author Tobias Schultze <http://tobion.de>
16
*/
17
-class RejectRedeliveredMessageException extends RuntimeException
+class RejectRedeliveredMessageException extends RuntimeException implements UnrecoverableExceptionInterface
18
{
19
}
0 commit comments