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

Method InvalidIssuerError

include/jwt/exceptions.hpp:175–178  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

173 /**
174 */
175 InvalidIssuerError(std::string msg)
176 : VerificationError(std::move(msg))
177 {
178 }
179};
180
181/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected