You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like nidaqmx-python/nidaqmx/_lib.py uses a different exception hierarchy than the API (nidaqmx-python/nidaqmx/errors.py).
I can understand not exposing the subclass exceptions since ctypes is an implementation detail but it seems like they should use a common base class for both to catch problems.
The text was updated successfully, but these errors were encountered:
It looks like
nidaqmx-python/nidaqmx/_lib.py
uses a different exception hierarchy than the API (nidaqmx-python/nidaqmx/errors.py
).I can understand not exposing the subclass exceptions since ctypes is an implementation detail but it seems like they should use a common base class for both to catch problems.
The text was updated successfully, but these errors were encountered: