mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Introduce configuration error exception
This commit is contained in:
parent
d8c8b4ac6f
commit
2cf696671f
1 changed files with 5 additions and 0 deletions
|
@ -301,6 +301,11 @@ class SaltWheelError(SaltException):
|
|||
Problem in wheel
|
||||
'''
|
||||
|
||||
class SaltConfigurationError(SaltException):
|
||||
'''
|
||||
Configuration error
|
||||
'''
|
||||
|
||||
|
||||
class SaltSystemExit(SystemExit):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue