Source code for dataclay.proxy.exceptions
"""The middleware can throw the exceptions defined below."""
[docs]
class MiddlewareException(Exception):
"""Exception raised for errors in the middleware."""
status_code = None
"""The middleware can throw the exceptions defined below."""
[docs]
class MiddlewareException(Exception):
"""Exception raised for errors in the middleware."""
status_code = None