We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05a81eb + 3cdd4c1 commit f2c2969Copy full SHA for f2c2969
datajoint/errors.py
@@ -6,7 +6,7 @@
6
7
8
# --- Top Level ---
9
-class DataJointError(BaseException):
+class DataJointError(Exception):
10
"""
11
Base class for errors specific to DataJoint internal operation.
12
0 commit comments