exception documentation

class HttpInternalServerError(HttpException):

View In Hierarchy

500 Internal Server Error

RFC2616, 10.5.1: The server encountered an unexpected condition which prevented it from fulfilling the request.

Class Variable code Undocumented

Inherited from HttpException:

Method __init__ Undocumented
Instance Variable headers Undocumented
Instance Variable message Undocumented
code: int =

Undocumented