![]() |
zeep::invalid_base32 — Thrown when the input does not contain valid base32 encoded data.
// In header: <zeep/crypto.hpp> class invalid_base32 : public std::exception { public: // construct/copy/destruct invalid_base32(); // public member functions const char * what() const noexcept; };