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 cb285253..a2ba197a 100644
--- a/python/exceptions.py
+++ b/python/exceptions.py
@@ -5,3 +5,7 @@ class RelocationWriteException(Exception):
class ILException(Exception):
""" Exception raised when IL operations fail """
pass
+
+class ProjectException(Exception):
+ """ Exception raised when project operations fail """
+ pass