dynamicweb/opennebula_api/exceptions.py
2017-06-29 17:34:40 +03:00

11 lines
136 B
Python

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