wibble  0.1.28
Public Member Functions
wibble::net::http::error404 Struct Reference

#include <http.h>

Inheritance diagram for wibble::net::http::error404:
Inheritance graph
[legend]
Collaboration diagram for wibble::net::http::error404:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 error404 ()
 error404 (const std::string &msg)
virtual void send (Request &req)
- Public Member Functions inherited from wibble::net::http::error
 error (int code, const std::string &desc)
 error (int code, const std::string &desc, const std::string &msg)
virtual ~error () throw ()
virtual const char * what () const throw ()

Additional Inherited Members

- Public Attributes inherited from wibble::net::http::error
int code
std::string desc
std::string msg

Constructor & Destructor Documentation

wibble::net::http::error404::error404 ( )
inline
wibble::net::http::error404::error404 ( const std::string &  msg)
inline

Member Function Documentation

void wibble::net::http::error404::send ( Request req)
virtual

The documentation for this struct was generated from the following files: