summaryrefslogtreecommitdiffstats
path: root/Core/Exception/ProviderNotFoundException.php
diff options
context:
space:
mode:
authorAlexander <iam.asm89@gmail.com>2013-01-07 20:55:10 +0100
committerAlexander <iam.asm89@gmail.com>2013-01-07 21:11:24 +0100
commitac7c23c1c1a61522d79acf0b1ca492fdda11ab28 (patch)
tree3c88e3c43ee1beac19d2078c489d7358d930a275 /Core/Exception/ProviderNotFoundException.php
parentf116f931eaf85af90449300267c91bd8a22175c2 (diff)
downloadsymfony-security-ac7c23c1c1a61522d79acf0b1ca492fdda11ab28.zip
symfony-security-ac7c23c1c1a61522d79acf0b1ca492fdda11ab28.tar.gz
symfony-security-ac7c23c1c1a61522d79acf0b1ca492fdda11ab28.tar.bz2
[Security] Switch to English messages as message keys
Diffstat (limited to 'Core/Exception/ProviderNotFoundException.php')
-rw-r--r--Core/Exception/ProviderNotFoundException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/ProviderNotFoundException.php b/Core/Exception/ProviderNotFoundException.php
index aefe2ae..ea2b1fd 100644
--- a/Core/Exception/ProviderNotFoundException.php
+++ b/Core/Exception/ProviderNotFoundException.php
@@ -25,6 +25,6 @@ class ProviderNotFoundException extends AuthenticationException
*/
public function getMessageKey()
{
- return 'security.exception.provider_not_found_exception';
+ return 'No authentication provider found to support the authentication token.';
}
}