8000 docs: link to handling exceptions (#525) · dialex-com/twilio-python@425158e · GitHub
[go: up one dir, main page]

Skip to content

Commit 425158e

Browse files
docs: link to handling exceptions (twilio#525)
1 parent eb9460a commit 425158e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ except TwilioRestException as e:
150150
print(e)
151151
```
152152

153+
For more descriptive exception types, please see the [Twilio documentation](https://www.twilio.com/docs/libraries/python/usage-guide#exceptions).
154+
153155
### Generating TwiML
154156

155157
To control phone calls, your application needs to output [TwiML][twiml].

0 commit comments

Comments
 (0)
0