Skip to content

Commit d9959b9

Browse files
committed
include forgotten exceptions.py file
1 parent 44c6f3e commit d9959b9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ddsc/exceptions.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class DDSUserException(Exception):
2+
"""
3+
Exception with an error message to be displayed to the user on the command line.
4+
"""
5+
pass

0 commit comments

Comments
 (0)