mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Added required exceptions
This commit is contained in:
parent
d9d78fa35c
commit
ed7ac43d89
@ -393,7 +393,13 @@ class TemplateError(SaltException):
|
||||
# Validation related exceptions
|
||||
class InvalidConfigError(CommandExecutionError):
|
||||
'''
|
||||
Used when the input is invalid
|
||||
Used when the config is invalid
|
||||
'''
|
||||
|
||||
|
||||
class ArgumentValueError(CommandExecutionError):
|
||||
'''
|
||||
Used when an invalid argument was passed to a command execution
|
||||
'''
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user