Skip to content

Commit

Permalink
Ensure display of Authn errors
Browse files Browse the repository at this point in the history
In SF 6, the new exception handler does not show the exception message
in the exception handler. Rather, these errors are handled at another
point (authn listeners).

Also see: https://stackoverflow.com/questions/40174266/not-all-exceptions-catched-within-the-error-handler
  • Loading branch information
MKodde authored and thijskh committed Mar 6, 2024
1 parent b4d04a3 commit 9da4adc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

namespace Surfnet\StepupSelfService\SelfServiceBundle\Exception;

use Symfony\Component\Security\Core\Exception\AuthenticationException;

final class MissingRequiredAttributeException extends AuthenticationException
final class MissingRequiredAttributeException extends RuntimeException
{
}

0 comments on commit 9da4adc

Please sign in to comment.