MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / SignatureFormatError

Class SignatureFormatError

include/jwt/exceptions.hpp:90–99  ·  view source on GitHub ↗

* A derived decode error for signature format * error. */

Source from the content-addressed store, hash-verified

88 * error.
89 */
90class SignatureFormatError final : public DecodeError
91{
92public:
93 /**
94 */
95 SignatureFormatError(std::string msg)
96 : DecodeError(std::move(msg))
97 {
98 }
99};
100
101/**
102 * A derived decode error for Key argument not present

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected