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
58021035a9
commit
5e8c0c6bdb
1 changed files with 5 additions and 0 deletions
|
@ -258,6 +258,11 @@ class SaltWheelError(SaltException):
|
|||
Problem in wheel
|
||||
'''
|
||||
|
||||
class SaltConfigurationError(SaltException):
|
||||
'''
|
||||
Configuration error
|
||||
'''
|
||||
|
||||
|
||||
class SaltSystemExit(SystemExit):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue