1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Update exceptions.py

This commit is contained in:
Pascal Vizeli
2018-04-26 11:33:43 +02:00
committed by GitHub
parent 94fba7e175
commit f64da6a547

View File

@@ -35,7 +35,7 @@ class DBusError(HassioError):
pass
class DBusNotConnectedError(HassioNotSupportedError):
class DBusNotConnectedError(HostNotSupportedError):
"""DBus is not connected and call a method."""