Introduce configuration error exception

This commit is contained in:
Bo Maryniuk 2016-07-12 16:23:49 +02:00
parent d8c8b4ac6f
commit 2cf696671f

View file

@ -301,6 +301,11 @@ class SaltWheelError(SaltException):
Problem in wheel
'''
class SaltConfigurationError(SaltException):
'''
Configuration error
'''
class SaltSystemExit(SystemExit):
'''