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 committed Mar 4, 2024
1 parent b7db09b commit a212f06
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 a212f06

Please sign in to comment.