added new exception in global exception handler

This commit is contained in:
rajesh
2024-08-22 15:37:33 +05:30
parent cbd160fa14
commit 86b2dd896c
7 changed files with 186 additions and 6 deletions

View File

@@ -48,6 +48,13 @@ login.successfully=Login successfully.
pass.min.len.msg=Password must be at least 8 characters long.
email.already.exists=A user with this email already exists.
#Global messages
common_message=Something went wrong..Please try again..
invalid_signature=Invalid token.
invalid_login=Invalid username or password.
req_validation_er=Request Validation Error