![]() |
zeep::exception — base class of the exceptions thrown by libzeep
// In header: <zeep/exception.hpp> class exception : public exception { public: // construct/copy/destruct exception(const std::string &); ~exception(); // public member functions virtual const char * what() const; };