deux.exceptions

exception deux.exceptions.FailedChallengeError[source]

Generic exception for a failed challenge execution.

exception deux.exceptions.InvalidPhoneNumberError(message=u'Please enter a valid phone number.')[source]

Exception for SMS that fails because phone number is not a valid number for receiving SMS’s.

exception deux.exceptions.TwilioMessageError(message=u'SMS failed to send.')[source]

Exception that Twilio failed to send the text message for reasons other than NotSMSNumberError.