summaryrefslogtreecommitdiff
path: root/python/qpid/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid/exceptions.py')
-rw-r--r--python/qpid/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/exceptions.py b/python/qpid/exceptions.py
index 2136793d3b..7eaaf81ed4 100644
--- a/python/qpid/exceptions.py
+++ b/python/qpid/exceptions.py
@@ -17,4 +17,5 @@
# under the License.
#
+class Closed(Exception): pass
class Timeout(Exception): pass