class UsernameNotFoundException extends AuthenticationException
UsernameNotFoundException is thrown if a User cannot be found by its username.
Methods
| string |
getMessageKey()
Message key to be used by the translation component. |
|
| string |
getUsername()
Get the username. |
|
|
setUsername(string $username)
Set the username. |
||
| serialize() | ||
| unserialize($str) |
Details
at line 27
public string
getMessageKey()
Message key to be used by the translation component.
at line 37
public string
getUsername()
Get the username.
at line 47
public
setUsername(string $username)
Set the username.