venv added, updated
This commit is contained in:
9
myenv/lib/python3.12/site-packages/openhab/exceptions.py
Normal file
9
myenv/lib/python3.12/site-packages/openhab/exceptions.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""python-openhab exceptions."""
|
||||
|
||||
|
||||
class OpenHABException(Exception):
|
||||
"""Base of all python-openhab exceptions."""
|
||||
|
||||
|
||||
class InvalidReturnException(OpenHABException):
|
||||
"""The openHAB server returned an invalid or unparsable result."""
|
||||
Reference in New Issue
Block a user