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 4a2f191 commit df5ea6fCopy full SHA for df5ea6f
twilio/exceptions.py
@@ -1,3 +1,7 @@
1
# -*- coding: utf-8 -*-
2
class TwilioException(Exception):
3
pass
4
+
5
6
+class TwimlException(Exception):
7
+ pass
twilio/twiml.py
@@ -3,9 +3,7 @@
"""
import xml.etree.ElementTree as ET
-
-class TwimlException(Exception):
8
- pass
+from exceptions import TwimlException
9
10
11
class Verb(object):
0 commit comments