We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690dcf7 commit fa7151fCopy full SHA for fa7151f
lantz/errors.py
@@ -21,3 +21,5 @@ class LantzTimeoutError(Exception):
21
class InstrumentError(Exception):
22
pass
23
24
+class NotSupportedError(Exception):
25
+ pass
0 commit comments