Introduce configuration error exception

This commit is contained in:
Bo Maryniuk 2016-07-12 16:23:49 +02:00
parent 58021035a9
commit 5e8c0c6bdb

View file

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