Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ InvalidJTIError
Method
InvalidJTIError
include/jwt/exceptions.hpp:239–242 ·
view source on GitHub ↗
*/
Source
from the content-addressed store, hash-verified
237
/**
238
*/
239
InvalidJTIError(std::string msg)
240
: VerificationError(std::move(msg))
241
{
242
}
243
};
244
245
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected