exception documentation

class HttpNotImplemented(HttpException):

View In Hierarchy

501 Not Implemented

RFC2616, 10.5.2: The server does not support the functionality required to fulfill the request.

Class Variable code Undocumented

Inherited from HttpException:

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

Undocumented