From ac66643ad94c09a3d536dd8cfbe3720ffe647255 Mon Sep 17 00:00:00 2001 From: mamazu <14860264+mamazu@users.noreply.github.com> Date: Wed, 16 Aug 2023 12:23:59 +0200 Subject: [PATCH] Fixing workflow badge (#5) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.