30#ifndef __CLAW_EXCEPTION_HPP__
31#define __CLAW_EXCEPTION_HPP__
58 const char*
what()
const throw()
65 const std::string m_msg;
92#define CLAW_EXCEPTION(m) claw::exception(std::string(__FUNCTION__) + ": " + m)
exception(const std::string &msg)
Constructor.
const char * what() const
Get a short description of the problem.
This is the main namespace.