Symfony2 API
Class

Symfony\Component\Security\Core\Exception\UnsupportedUserException

class UnsupportedUserException extends AuthenticationServiceException

This exception is thrown when an account is reloaded from a provider which doesn't support the passed implementation of UserInterface.

Methods

string getMessageKey()

Message key to be used by the translation component.

from AuthenticationServiceException

Details

public string getMessageKey()

Message key to be used by the translation component.

Return Value

string