Class representing a generic error. More...
#include <Exception.h>
Public Member Functions | |
Exception (const std::string &message) | |
template<typename T > | |
ExceptionError & | operator<< (const T &x) |
const char * | what () const throw () |
Private Attributes | |
std::string | message |
Class representing a generic error.
|
inline |
|
inline |
|
inlineinherited |
|
privateinherited |
Hosted by GitHub | 1.8.17 |