-
-
Notifications
You must be signed in to change notification settings - Fork 0
Exceptions
Custom Exceptions present within AsyncPywhatKit library
-
CountryCodeException
This exception is raised when the Phone Number passed as a string to thesendwhatmsg
,sendwhatmsg_to_group
etc. function does not contain the country code. The country code is something that starts with + like+91
is for India and so on. For Example, the Correct form to pass an Indian Phone Number is+912345678900
. -
CallTimeException
This exception is raised when the time left to send the message is less than thewait_time
as WhatsApp Web takes some time to open and load to the chat. -
InternetException
This exception is raised when the the host machine is not connected to the Internet or the connection is very slow. -
UnsupportedEmailProvider
This exception is raised when the email provider is currently not supported by the library. It occurs when the provider can't be found in the hostnames dictionary declared inmail.py
.