#include <ticpp.h>
Public Member Functions | |
| Exception (const std::string &details) | |
| Construct an exception with a message. | |
| const char * | what () const throw () |
| Override std::exception::what() to return m_details. | |
Public Attributes | |
| std::string | m_details |
| Exception Details. | |
1.5.6