pcdshub / pcdsdaq

Utilities for using the DAQ's pydaq, pycdb, and pyami libraries in conjunction with Bluesky
https://pcdshub.github.io/pcdsdaq
Other
0 stars 9 forks source link

MNT: consolidate exceptions and some relative imports #126

Closed klauer closed 1 year ago

klauer commented 1 year ago

Description

Move all daq exceptions into a central pcdsdaq.exceptions for easy importability/discoverability/etc.

Motivation and Context

Closes #125 Back-compat for exception imports was not retained as this is a newer structure However this can be rectified easily if it seems worthwhile

How Has This Been Tested?

Test suite on CI

Where Has This Been Documented?

Issue and PR text