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 624be8a commit 2479dc6Copy full SHA for 2479dc6
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
---
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