Added required exceptions

This commit is contained in:
Alexandru Bleotu 2017-09-13 14:08:44 -04:00
parent d9d78fa35c
commit ed7ac43d89

View File

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