specific exception when no login info found in session
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user