Add FileserverConfigError exception class

This commit is contained in:
Erik Johnson 2015-02-25 13:17:05 -06:00 committed by C. R. Oldham
parent ec20b2c4ba
commit 0b1401174a

View File

@ -80,6 +80,12 @@ class MinionError(SaltException):
''' '''
class FileserverConfigError(SaltException):
'''
Used when invalid fileserver settings are detected
'''
class SaltInvocationError(SaltException, TypeError): class SaltInvocationError(SaltException, TypeError):
''' '''
Used when the wrong number of arguments are sent to modules or invalid Used when the wrong number of arguments are sent to modules or invalid