specific exception when no login info found in session

This commit is contained in:
Gilles Crettenand
2015-06-19 11:13:51 +02:00
parent 15cdf4082b
commit e68e7db123
2 changed files with 7 additions and 2 deletions

View File

@@ -12,4 +12,5 @@ class AuthenticationException extends WebException {
const USER_NOT_FOUND = 200;
const BAD_LOGIN = 201;
const AUTHENTICATION_FAILED = 202;
const LOGIN_EMPTY = 203;
}