1
0
Fork 0
mirror of synced 2024-08-04 13:01:45 +12:00

exception constant not needed

This commit is contained in:
Damodar Lohani 2023-01-30 06:08:56 +00:00
parent daa121262b
commit 8149405207

View file

@ -66,7 +66,6 @@ class Exception extends \Exception
public const USER_SESSION_ALREADY_EXISTS = 'user_session_already_exists';
public const USER_NOT_FOUND = 'user_not_found';
public const USER_PASSWORD_RECENTLY_USED = 'password_recently_used';
public const USER_PASSWORD_IN_DICTIONARY = 'password_in_dictionary';
public const USER_EMAIL_ALREADY_EXISTS = 'user_email_already_exists';
public const USER_PASSWORD_MISMATCH = 'user_password_mismatch';
public const USER_SESSION_NOT_FOUND = 'user_session_not_found';