for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
"""Exceptions of the PPP modules."""
class ClientError(Exception):
"""Exception raised by the module for showing an error to the
client."""
pass
class BadGateway(Exception):
"""Exception raised by the router when an error from a called
module has been detected."""
class InvalidConfig(Exception):
"""Exception raised when there is an error in the config."""