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