diff --git a/README.md b/README.md index 385c7b7..0e9ec3f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ GitHub tag (latest SemVer) - Test workflow status + Test workflow status Sulu compatibility @@ -55,7 +55,7 @@ return [ The `UnpackExceptionMiddleware` will unpack the `HandlerFailedException` which is created by the Symfony [`HandleMessageMiddleware`](https://github.com/symfony/symfony/blob/c7dbcc954366f92f66360f3960a10dc1ef5f2584/src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php#L129). -This way we make sure that the real exception is thrown out by this message +This way we make sure that the real exception is thrown out by this message bus, and a controller can catch or convert it to a specific http status code. This middleware is always activated in the sulu message bus.