src/EventListener/AuthenticationFailureListener.php line 14
<?phpnamespace App\EventListener;use Lexik\Bundle\JWTAuthenticationBundle\Event\AuthenticationFailureEvent;use Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationFailureResponse;use Symfony\Component\HttpFoundation\JsonResponse;class AuthenticationFailureListener{/*** @param AuthenticationFailureEvent $event*/public function onAuthenticationFailureResponse(AuthenticationFailureEvent $event){}}