Skip to content

Commit fa7151f

Browse files
committed
Created NotSupportedError
1 parent 690dcf7 commit fa7151f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lantz/errors.py

+2
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ class LantzTimeoutError(Exception):
2121
class InstrumentError(Exception):
2222
pass
2323

24+
class NotSupportedError(Exception):
25+
pass

0 commit comments

Comments
 (0)