Skip to content

Commit

Permalink
docs: link to handling exceptions (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious authored Jun 10, 2020
1 parent eb9460a commit 425158e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit 425158e

Please sign in to comment.