#include <cgierror.h>
Public Member Functions | |
CgiError (const std::string &message) | |
Constructor, prepends NAME to message to obtain runtime_error::what(). | |
Static Public Attributes | |
const std::string | NAME |
Name of class, is prepended to each message argument of the constructor. |
Definition at line 15 of file cgierror.h.
|
Constructor, prepends NAME to message to obtain runtime_error::what(). Definition at line 20 of file cgierror.h. References NAME. |
|
Name of class, is prepended to each message argument of the constructor. Definition at line 18 of file cgierror.h. Referenced by CgiError(). |
dvcgi-0.5.12 | [27 April, 2004] |