31 Error::Error(
int code, std::string
const& message, std::string
const& method) :
40 m_message(other.m_message),
41 m_method(other.m_method)
50 m_message = rhs.m_message;
51 m_method = rhs.m_method;
Error & operator=(Error const &rhs)
Assignment operator.
Error(int code, std::string const &message, std::string const &method)