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
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