Symfony2 API
Class

Symfony\Component\Security\Core\Exception\CookieTheftException

class CookieTheftException extends AuthenticationException

This exception is thrown when the RememberMeServices implementation detects that a presented cookie has already been used by someone else.

Methods

string getMessageKey()

Message key to be used by the translation component.

Details

at line 26
public string getMessageKey()

Message key to be used by the translation component.

Return Value

string