zeep::exception — zeep::exception is a class used to throw zeep exception.
// In header: </build/libzeep-QpEXpJ/libzeep-3.0.5/zeep/exception.hpp> class exception : public exception { public: // construct/copy/destruct exception(const char *, ...); exception(const std::string &); ~exception(); // public member functions virtual const char * what() const; };