mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Added VMwareObjectExistsError exception
This commit is contained in:
parent
c1d36f53c2
commit
ac3a3bdda5
1 changed files with 6 additions and 0 deletions
|
@ -442,6 +442,12 @@ class VMwareObjectRetrievalError(VMwareSaltError):
|
|||
'''
|
||||
|
||||
|
||||
class VMwareObjectExistsError(VMwareSaltError):
|
||||
'''
|
||||
Used when a VMware object exists
|
||||
'''
|
||||
|
||||
|
||||
class VMwareObjectNotFoundError(VMwareSaltError):
|
||||
'''
|
||||
Used when a VMware object was not found
|
||||
|
|
Loading…
Add table
Reference in a new issue