Source code for pyecodevices_rt2.exceptions

"""Exceptions for Ecodevices RT2."""


[docs]class EcoDevicesRT2ConnectError(Exception): """Exception to indicate an error in connection."""
[docs]class EcoDevicesRT2RequestError(Exception): """Exception to indicate an error with an API request."""