summaryrefslogtreecommitdiffstats
path: root/Core/Exception/InsufficientAuthenticationException.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Exception/InsufficientAuthenticationException.php')
-rw-r--r--Core/Exception/InsufficientAuthenticationException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/InsufficientAuthenticationException.php b/Core/Exception/InsufficientAuthenticationException.php
index d99c03f..74fc2b9 100644
--- a/Core/Exception/InsufficientAuthenticationException.php
+++ b/Core/Exception/InsufficientAuthenticationException.php
@@ -26,6 +26,6 @@ class InsufficientAuthenticationException extends AuthenticationException
*/
public function getMessageKey()
{
- return 'security.exception.insufficient_authentication_exception';
+ return 'Not privileged to request the resource.';
}
}