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

Method InvalidKeyError

include/jwt/exceptions.hpp:281–284  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

279 /**
280 */
281 InvalidKeyError(std::string msg)
282 : VerificationError(std::move(msg))
283 {
284 }
285};
286
287/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected