Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bareos/exceptions.py')
-rw-r--r--bareos/exceptions.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bareos/exceptions.py b/bareos/exceptions.py
index 1d79483..2602a00 100644
--- a/bareos/exceptions.py
+++ b/bareos/exceptions.py
@@ -14,6 +14,12 @@ class ConnectionError(Error):
"""
pass
+class ConnectionLostError(Error):
+ """
+ error with the Connection
+ """
+ pass
+
class SocketEmptyHeader(Error):
"""
socket connection received an empty header. Connection lost?