Skip to content

Exception

Ankit Raj Mahapatra edited this page May 2, 2021 · 6 revisions

Custom Exceptions present within PyWhatKit library

  • CountryCodeException
    This exception is raised when the Phone Number passed as a string to the sendwhatmsg and sendwhatmsg_to_group 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 the wait_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.

  • InvalidBrowserName
    This exception is raised when the browser parameter of the sendwhatmsg() function does not receive a valid browser name. Valid names are chrome, firefox, brave, opera.

Clone this wiki locally