for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
#!/usr/bin/python
# -*- coding: utf-8 -*-
class MissingArgumentException(Exception):
pass
class ArgumentIncompleteError(Exception):
class InvalidApiResponseType(Exception):
class NoAPIKeyProvidedException(Exception):
class NoSecretProvidedException(Exception):
class InvalidOrWrongApiKeyException(Exception):