mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Add FileserverConfigError exception class
This commit is contained in:
parent
ec20b2c4ba
commit
0b1401174a
@ -80,6 +80,12 @@ class MinionError(SaltException):
|
||||
'''
|
||||
|
||||
|
||||
class FileserverConfigError(SaltException):
|
||||
'''
|
||||
Used when invalid fileserver settings are detected
|
||||
'''
|
||||
|
||||
|
||||
class SaltInvocationError(SaltException, TypeError):
|
||||
'''
|
||||
Used when the wrong number of arguments are sent to modules or invalid
|
||||
|
Loading…
Reference in New Issue
Block a user