daemon: moved service boot error to core.errors with all other core specific errors
This commit is contained in:
parent
5300eef27e
commit
f6992e7545
2 changed files with 18 additions and 9 deletions
|
@ -38,3 +38,11 @@ class CoreServiceError(Exception):
|
|||
"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class CoreServiceBootError(Exception):
|
||||
"""
|
||||
Used when there is an error booting a service.
|
||||
"""
|
||||
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue