Source code for espec_pr3j.exceptions

[docs] class SettingError(Exception): """ An error occurred when sending a setting command to the environmental chamber. """ pass
[docs] class MonitorError(Exception): """ An error occurred when sending a monitor command to the environmental chamber. """ pass