summaryrefslogtreecommitdiff
path: root/python/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/exceptions.py')
-rw-r--r--python/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/exceptions.py b/python/exceptions.py
index a2ba197a..a9b4b5aa 100644
--- a/python/exceptions.py
+++ b/python/exceptions.py
@@ -9,3 +9,7 @@ class ILException(Exception):
class ProjectException(Exception):
""" Exception raised when project operations fail """
pass
+
+class ExternalLinkException(Exception):
+ """ Exception raised when external library/location operations fail """
+ pass