dynamicweb2/opennebula_api/exceptions.py
2023-12-06 16:46:00 +05:30

10 lines
136 B
Python
Executable file

class KeyExistsError(Exception):
pass
class UserExistsError(Exception):
pass
class UserCredentialError(Exception):
pass