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

Method TypeConversionError

include/jwt/exceptions.hpp:297–300  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

295 /**
296 */
297 TypeConversionError(std::string msg)
298 : VerificationError(std::move(msg))
299 {
300 }
301};
302
303} // END namespace jwt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected