dynamicweb/opennebula_api/exceptions.py
modulos 0db15d99a5 Add exceptions, merge for ssh key
The replace variable of the add_public_key function is now a merge
variable in order to append new keys to a user
2017-06-01 19:08:38 +02:00

10 lines
135 B
Python

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