diff --git a/README.md b/README.md index 36b16a0358..bf356150ca 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,8 @@ except TwilioRestException as e: print(e) ``` +For more descriptive exception types, please see the [Twilio documentation](https://www.twilio.com/docs/libraries/python/usage-guide#exceptions). + ### Generating TwiML To control phone calls, your application needs to output [TwiML][twiml].