summaryrefslogtreecommitdiff
path: root/python/exceptions.py
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-01-22 16:11:19 -0500
committerJosh Ferrell <josh@vector35.com>2024-01-22 16:11:19 -0500
commit3dd22f40996fc128ffce6026e8e747ca66bcc21d (patch)
treea5e7fc57dc620fc4d4a408ffdbf114bb66dcf91d /python/exceptions.py
parent96053ffc711aa27fcaeeb6cbfa89df0c253361f8 (diff)
Project support
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