Skip to content

Commit 32abb67

Browse files
committed
raise for general exception
1 parent 2b15340 commit 32abb67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aioWiserHeatAPI/wiserhub.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ async def _get_hub_data(self) -> bool:
166166
WiserHubConnectionError,
167167
WiserHubAuthenticationError,
168168
WiserHubRESTError,
169+
Exception,
169170
) as ex:
170171
_LOGGER.debug("Update from Wiser hub failed. %s", ex)
171172
raise ex
@@ -266,6 +267,7 @@ async def _build_objects(self):
266267
WiserHubConnectionError,
267268
WiserHubAuthenticationError,
268269
WiserHubRESTError,
270+
Exception,
269271
) as ex:
270272
raise ex
271273

0 commit comments

Comments
 (0)