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.
2 parents 3e66f8b + 2121718 commit 7df5a01Copy full SHA for 7df5a01
.gitignore
@@ -12,7 +12,7 @@ develop-eggs
12
.installed.cfg
13
scratch
14
env
15
-venv
+venv*
16
17
# Installer logs
18
pip-log.txt
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