Inheritance diagram for restcgi::not_found:
Public Member Functions | |
not_found (const std::string &uri_path_rem) throw () | |
Construct with remainder of path not found. | |
const std::string & | uri_path_rem () const |
Static Public Attributes | |
static const status_code_e | STATUS_CODE |
status code for exception |
const std::string& restcgi::not_found::uri_path_rem | ( | ) | const [inline] |
Get remainder of path, the first segment of which should be what caused the exception.