Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ KeyNotPresentError
Method
KeyNotPresentError
include/jwt/exceptions.hpp:110–113 ·
view source on GitHub ↗
*/
Source
from the content-addressed store, hash-verified
108
/**
109
*/
110
KeyNotPresentError(std::string msg)
111
: DecodeError(std::move(msg))
112
{
113
}
114
};
115
116
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected