We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e66f8b commit 9a2afe2Copy full SHA for 9a2afe2
twilio/__init__.py
@@ -5,3 +5,7 @@
5
6
# Backwards compatibility.
7
from .version import __version__, __version_info__
8
+
9
+from exceptions import TwilioException, TwimlException
10
11
+from rest.exceptions import TwilioRestException
0 commit comments