Class representing a debug error (can only be thrown when using debug options) More...
#include <Exception.h>
Public Member Functions | |
Exception (const std::string &message) | |
template<typename T > | |
ExceptionDebug & | operator<< (const T &x) |
const char * | what () const throw () |
Private Attributes | |
std::string | message |
Class representing a debug error (can only be thrown when using debug options)
|
inline |
|
inline |
|
inlineinherited |
|
privateinherited |
Hosted by GitHub | 1.8.17 |