summaryrefslogtreecommitdiffstats
path: root/Core/Exception/SessionUnavailableException.php
diff options
context:
space:
mode:
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.';
}
}