From 3607e3a8a94c1f1e16caa099bd81eaba6e182cb7 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Tue, 13 Feb 2024 13:10:11 -0500 Subject: Rename ExternalLocation APIs to be more clear, add ExternalLocation and ExternalLibrary API documentation --- 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 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 -- cgit v1.3.1