Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/http_kernel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ below for more details).
**ExceptionListener in Security**

The other important listener is the
:class:`Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener`.
:class:`Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener` comes from the Security component.
The goal of this listener is to handle security exceptions and, when
appropriate, *help* the user to authenticate (e.g. redirect to the login
page).
Expand Down