Files
Solax/myenv/lib/python3.12/site-packages/openhab/exceptions.py
2024-09-13 09:46:28 +02:00

10 lines
236 B
Python

"""python-openhab exceptions."""
class OpenHABException(Exception):
"""Base of all python-openhab exceptions."""
class InvalidReturnException(OpenHABException):
"""The openHAB server returned an invalid or unparsable result."""