dynamicweb/opennebula_api/exceptions.py

10 lines
135 B
Python
Raw Normal View History

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