mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add new exception subclass for when a required daemon is not running
This commit is contained in:
parent
a1de4a137c
commit
deaa323acd
@ -182,6 +182,13 @@ class AuthorizationError(SaltException):
|
||||
'''
|
||||
|
||||
|
||||
class SaltDaemonNotRunning(SaltException):
|
||||
'''
|
||||
Throw when a running master/minion/syndic is not running but is needed to
|
||||
perform the requested operation (e.g., eauth).
|
||||
'''
|
||||
|
||||
|
||||
class SaltRunnerError(SaltException):
|
||||
'''
|
||||
Problem in runner
|
||||
|
Loading…
Reference in New Issue
Block a user