mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-16 22:40:47 +00:00
Check & fix git repository integrity (#2245)
* Check & fix git repository integrity * fix typing * New style error handling * Fix return * tag more issue * Fix black
This commit is contained in:
@@ -295,7 +295,18 @@ class ResolutionNotFound(ResolutionError):
|
||||
"""Raise if suggestion/issue was not found."""
|
||||
|
||||
|
||||
# Job
|
||||
# Store
|
||||
|
||||
|
||||
class StoreError(HassioError):
|
||||
"""Raise if an error on store is happening."""
|
||||
|
||||
|
||||
class StoreGitError(StoreError):
|
||||
"""Raise if something on git is happening."""
|
||||
|
||||
|
||||
# JobManager
|
||||
|
||||
|
||||
class JobException(HassioError):
|
||||
|
||||
Reference in New Issue
Block a user