Helper class to render an exception message a la IO manipulators. More...
#include <Error.h>
Public Member Functions | |
ExceptionMessageRenderer (const Exception &e) | |
std::ostream & | render (std::ostream &out) const |
Global helper function to print an Exception to a std::ostream. More... | |
Public Attributes | |
const Exception & | ex |
Helper class to render an exception message a la IO manipulators.
|
inline |