summaryrefslogtreecommitdiffstats
path: root/Core/Exception/SessionUnavailableException.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/SessionUnavailableException.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/SessionUnavailableException.php')
-rw-r--r--Core/Exception/SessionUnavailableException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/SessionUnavailableException.php b/Core/Exception/SessionUnavailableException.php
index ff88c32..4b47b18 100644
--- a/Core/Exception/SessionUnavailableException.php
+++ b/Core/Exception/SessionUnavailableException.php
@@ -30,6 +30,6 @@ class SessionUnavailableException extends AuthenticationException
*/
public function getMessageKey()
{
- return 'security.exception.session_unavailable_exception';
+ return 'No session available, it either timed out or cookies are not enabled.';
}
}