Symfony2 API
Class

Symfony\Component\Security\Core\Exception\ProviderNotFoundException

class ProviderNotFoundException extends AuthenticationException

ProviderNotFoundException is thrown when no AuthenticationProviderInterface instance supports an authentication Token.

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