fhq-server
v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
|
WsjcppError - helper class for errors. More...
#include <cmd_handlers.h>
Public Member Functions | |
WsjcppError (int nCodeError, const std::string &sMessage) | |
WsjcppError -. More... | |
int | codeError () |
std::string | message () |
Private Attributes | |
std::string | m_sMessage |
int | m_nCodeError |
WsjcppError - helper class for errors.
WsjcppError::WsjcppError | ( | int | nCodeError, |
const std::string & | sMessage | ||
) |
WsjcppError -.
int WsjcppError::codeError | ( | ) |
std::string WsjcppError::message | ( | ) |
|
private |
|
private |