for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
"""
Define exceptions to be raised at various places in the stack
class UAError(RuntimeError):
pass
class UAStatusCodeError(UAError):
class UAStringParsingError(UAError):