exception documentation
class HttpNotFound(HttpException):
404 Not Found
RFC2616, 10.4.5: The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
| Class Variable | code |
Undocumented |
Inherited from HttpException:
| Method | __init__ |
Undocumented |
| Instance Variable | headers |
Undocumented |
| Instance Variable | message |
Undocumented |