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 442c7a3 commit 3fa9ecdCopy full SHA for 3fa9ecd
1 file changed
src/Common/EventListener/ExceptionListener.php
@@ -27,7 +27,7 @@ class ExceptionListener
27
AttributeDefinitionCreationException::class => null,
28
AdminAttributeCreationException::class => null,
29
AccessDeniedException::class => 403,
30
- AccessDeniedHttpException::class => 403,
+ AccessDeniedHttpException::class => 401,
31
AttachmentFileNotFoundException::class => 404,
32
SubscriberNotFoundException::class => 404,
33
MessageNotReceivedException::class => 422,
0 commit comments