Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ VerificationError
Method
VerificationError
include/jwt/exceptions.hpp:127–130 ·
view source on GitHub ↗
*/
Source
from the content-addressed store, hash-verified
125
/**
126
*/
127
VerificationError(std::string msg)
128
: std::runtime_error(std::move(msg))
129
{
130
}
131
};
132
133
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected