Symfony2 API
Class

Symfony\Component\Security\Core\Exception\BadCredentialsException

class BadCredentialsException extends AuthenticationException

BadCredentialsException is thrown when the user credentials are invalid.

Methods

string getMessageKey()

Message key to be used by the translation component.

Details

at line 25
public string getMessageKey()

Message key to be used by the translation component.

Return Value

string