From aa34b5909e59cc682ed1655e1ad998c09010bb42 Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Sat, 28 Dec 2019 14:59:53 +0100 Subject: [PATCH] Update user_checkers.rst --- security/user_checkers.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/security/user_checkers.rst b/security/user_checkers.rst index 24d0e4051e1..c188139d9ec 100644 --- a/security/user_checkers.rst +++ b/security/user_checkers.rst @@ -23,7 +23,6 @@ are not met, an exception should be thrown which extends the use App\Exception\AccountDeletedException; use App\Security\User as AppUser; use Symfony\Component\Security\Core\Exception\AccountExpiredException; - use Symfony\Component\Security\Core\Exception\CustomUserMessageAuthenticationException; use Symfony\Component\Security\Core\User\UserCheckerInterface; use Symfony\Component\Security\Core\User\UserInterface;