Skip to content

Commit 3cdd4c1

Browse files
author
Chris Turner
committed
datajoint/errors.py: DataJointError (re-)subclass from Exception
1 parent 05a81eb commit 3cdd4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
# --- Top Level ---
9-
class DataJointError(BaseException):
9+
class DataJointError(Exception):
1010
"""
1111
Base class for errors specific to DataJoint internal operation.
1212
"""

0 commit comments

Comments
 (0)