odtone::dylib_error
// In header: </home/carlos/Projectos/odtone/inc/odtone/dylib.hpp> class dylib_error : public odtone::exception { public: // construct/copy/destruct dylib_error(std::string const &); ~dylib_error(); // public member functions const char * what() const; };