exception documentation
class HttpInternalServerError(HttpException):
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 |