class LockedException extends AccountStatusException
LockedException is thrown if the user account is locked.
Methods
| UserInterface |
getUser()
Get the user. |
from AccountStatusException |
|
setUser(UserInterface $user)
Set the user. |
from AccountStatusException | |
| serialize() | from AccountStatusException | |
| unserialize($str) | from AccountStatusException | |
|
getMessageKey()
{@inheritDoc} |
Details
in AccountStatusException at line 32
public UserInterface
getUser()
Get the user.
in AccountStatusException at line 42
public
setUser(UserInterface $user)
Set the user.
in AccountStatusException at line 50
public
serialize()
in AccountStatusException at line 61
public
unserialize($str)
at line 25
public
getMessageKey()
{@inheritDoc}