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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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