Add salt master error

This commit is contained in:
Thomas S Hatch 2012-03-01 10:17:16 -07:00
parent 88c2983de2
commit 10cce187a4

View File

@ -14,6 +14,12 @@ class SaltClientError(SaltException):
'''
pass
class SaltMasterError(SaltException):
'''
Problem reading the master root key
'''
pass
class AuthenticationError(SaltException):
'''
If sha256 signature fails during decryption