8000 Fix #179 · AlbertoALopez/twilio-python@9a2afe2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a2afe2

Browse files
author
Paul Hallett
committed
Add exceptions to __init__.py for backwards compatibility.
1 parent 3e66f8b commit 9a2afe2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

twilio/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55

66
# Backwards compatibility.
77
from .version import __version__, __version_info__
8+
9+
from exceptions import TwilioException, TwimlException
10+
11+
from rest.exceptions import TwilioRestException

0 commit comments

Comments
 (0)
0