pyre.http.exceptions¶
Module Contents¶
-
exception
pyre.http.exceptions.ProtocolError(**kwds)¶ Bases:
pyre.http.Response.ResponseBase exceptions for all error conditions detected by http components
-
render(self, **kwds)¶ Create a representation of the error suitable for transporting to the user agent
-
__str__(self)¶ The default rendering of protocol errors
-