exception documentation

class HttpGone(HttpException):

View In Hierarchy

410 Gone

RFC2616, 10.4.11: The requested resource is no longer available at the server and no forwarding address is known. This condition is expected to be considered permanent.

Class Variable code Undocumented

Inherited from HttpException:

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

Undocumented