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

Method ImmatureSignatureError

include/jwt/exceptions.hpp:255–258  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

253 /**
254 */
255 ImmatureSignatureError(std::string msg)
256 : VerificationError(std::move(msg))
257 {
258 }
259};
260
261/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected