Add new exception subclass for when a required daemon is not running

This commit is contained in:
Seth House 2015-04-22 18:10:03 -06:00
parent a1de4a137c
commit deaa323acd

View File

@ -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