Skip to content
Snippets Groups Projects
clierror.py 186 B
Newer Older
#!/usr/bin/env python
#coding=utf8

'''
CloudControl CLI Errors
'''

################################################################################
class cliError(Exception):
    pass