diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-02-13 13:10:11 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-02-13 13:45:51 -0500 |
| commit | 3607e3a8a94c1f1e16caa099bd81eaba6e182cb7 (patch) | |
| tree | 4a4573da7d5c9246edaeec471fbdff9365089190 /python/exceptions.py | |
| parent | d1915bec3ee94c978f096a824a6eee73e5c6be26 (diff) | |
Rename ExternalLocation APIs to be more clear, add ExternalLocation and ExternalLibrary API documentation
Diffstat (limited to 'python/exceptions.py')
| -rw-r--r-- | python/exceptions.py | 4 |
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 |
