summaryrefslogtreecommitdiff
path: root/cxmanage_api/cx_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'cxmanage_api/cx_exceptions.py')
-rw-r--r--cxmanage_api/cx_exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/cxmanage_api/cx_exceptions.py b/cxmanage_api/cx_exceptions.py
index c4b2e0f..8f94955 100644
--- a/cxmanage_api/cx_exceptions.py
+++ b/cxmanage_api/cx_exceptions.py
@@ -401,4 +401,9 @@ class IPDiscoveryError(Exception):
"""String representation of this Exception class."""
return self.msg
+
+class ParseError(Exception):
+ """Raised when there's an error parsing some output"""
+ pass
+
# End of file: exceptions.py