Add opennebula_api app
This commit is contained in:
parent
d20b9137bc
commit
e1fd0d52b3
10 changed files with 1103 additions and 0 deletions
10
opennebula_api/exceptions.py
Executable file
10
opennebula_api/exceptions.py
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
class KeyExistsError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class UserExistsError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class UserCredentialError(Exception):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue