mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add Kiwi processor exception
This commit is contained in:
parent
805e2ce204
commit
bb19684606
1 changed files with 6 additions and 0 deletions
|
@ -31,3 +31,9 @@ class SIException(Exception):
|
|||
'''
|
||||
System information exception.
|
||||
'''
|
||||
|
||||
|
||||
class InspectorKiwiProcessorException(Exception):
|
||||
'''
|
||||
Kiwi builder/exporter exception.
|
||||
'''
|
Loading…
Add table
Reference in a new issue