dynamicweb2/opennebula_api/exceptions.py

11 lines
136 B
Python
Raw Normal View History

2023-12-06 11:16:00 +00:00
class KeyExistsError(Exception):
pass
class UserExistsError(Exception):
pass
class UserCredentialError(Exception):
pass