mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Renaming Exceptions to Errors
This commit is contained in:
@@ -471,9 +471,9 @@ class Timer(threading.Thread):
|
||||
{'now': now})
|
||||
|
||||
|
||||
class HomeAssistantException(Exception):
|
||||
class HomeAssistantError(Exception):
|
||||
""" General Home Assistant exception occured. """
|
||||
|
||||
|
||||
class ServiceDoesNotExistException(HomeAssistantException):
|
||||
class ServiceDoesNotExistError(HomeAssistantError):
|
||||
""" A service has been referenced that deos not exist. """
|
||||
|
Reference in New Issue
Block a user