From 3dd22f40996fc128ffce6026e8e747ca66bcc21d Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 22 Jan 2024 16:11:19 -0500 Subject: Project support --- python/exceptions.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/exceptions.py') 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 -- cgit v1.3.1