1 #ifndef AUDIOGRAPHER_EXCEPTION_H
2 #define AUDIOGRAPHER_EXCEPTION_H
22 Exception (T
const & thrower, std::string
const & reason)
28 const char*
what()
const throw()
30 return explanation.c_str();
#define LIBAUDIOGRAPHER_API
Exception(T const &thrower, std::string const &reason)
const char * what() const
std::string const explanation
std::string string_compose(const std::string &fmt, const T1 &o1)
std::string demangled_name(T const &obj)