CustomUserMessageAuthenticationException
class CustomUserMessageAuthenticationException extends AuthenticationException
An authentication exception where you can control the message shown to the user.
Be sure that the message passed to this exception is something that can be shown safely to your user. In other words, avoid catching other exceptions and passing their message directly to this class.
Methods
serialize()
No description
unserialize($str)
No description
string
getMessageKey()
Message key to be used by the translation component.
array
getMessageData()
Message data to be used by the translation component.
__construct($message = '', array $messageData = array(), $code, Exception $previous = null)
No description
setSafeMessage(string $messageKey, array $messageData = array())
Set a message that will be shown to the user.
Details
in AuthenticationException at line line 31
TokenInterface
getToken()
Get the token.
in AuthenticationException at line line 41
setToken(TokenInterface $token)
Set the token.
at line line 61
serialize()
at line line 73
unserialize($str)
at line line 48
string
getMessageKey()
Message key to be used by the translation component.
at line line 53
array
getMessageData()
Message data to be used by the translation component.
at line line 29
__construct($message = '', array $messageData = array(), $code, Exception $previous = null)
at line line 42
setSafeMessage(string $messageKey, array $messageData = array())
Set a message that will be shown to the user.