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

Class InvalidKeyError

include/jwt/exceptions.hpp:276–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274};
275
276class InvalidKeyError final: public VerificationError
277{
278public:
279 /**
280 */
281 InvalidKeyError(std::string msg)
282 : VerificationError(std::move(msg))
283 {
284 }
285};
286
287/**
288 * Derived from VerificationError.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected