mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-12 20:40:21 +00:00
Improve message handling of job condition (#2791)
This commit is contained in:
@@ -34,6 +34,10 @@ class JobException(HassioError):
|
||||
"""Base job exception."""
|
||||
|
||||
|
||||
class JobConditionException(JobException):
|
||||
"""Exception happening for job conditions."""
|
||||
|
||||
|
||||
# HomeAssistant
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user