fhq-server  v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
Public Member Functions | Private Attributes | List of all members
WsjcppError Class Reference

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
 

Detailed Description

WsjcppError - helper class for errors.

Constructor & Destructor Documentation

◆ WsjcppError()

WsjcppError::WsjcppError ( int  nCodeError,
const std::string &  sMessage 
)

Member Function Documentation

◆ codeError()

int WsjcppError::codeError ( )

◆ message()

std::string WsjcppError::message ( )

Member Data Documentation

◆ m_nCodeError

int WsjcppError::m_nCodeError
private

◆ m_sMessage

std::string WsjcppError::m_sMessage
private

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