Skip to content

Commit f2c2969

Browse files
Merge pull request #702 from ixcat/master
datajoint/errors.py: DataJointError (re-)subclass from Exception (fix for #701)
2 parents 05a81eb + 3cdd4c1 commit f2c2969

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)