From 81494052074a68ddd693643bee09b2857bafbbe6 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 30 Jan 2023 06:08:56 +0000 Subject: [PATCH] exception constant not needed --- src/Appwrite/Extend/Exception.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Extend/Exception.php b/src/Appwrite/Extend/Exception.php index 9e46744f18..d0fb86db5f 100644 --- a/src/Appwrite/Extend/Exception.php +++ b/src/Appwrite/Extend/Exception.php @@ -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';