diff options
Diffstat (limited to 'blc2/exceptions.py')
-rw-r--r-- | blc2/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blc2/exceptions.py b/blc2/exceptions.py index 1b950e8..4434ebd 100644 --- a/blc2/exceptions.py +++ b/blc2/exceptions.py @@ -1,4 +1,4 @@ """Module containing common exceptions.""" class LoadError(Exception): - pass + """Exception for errors in loading a workspace.""" |