Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ InvalidSubjectError
Method
InvalidSubjectError
include/jwt/exceptions.hpp:207–210 ·
view source on GitHub ↗
*/
Source
from the content-addressed store, hash-verified
205
/**
206
*/
207
InvalidSubjectError(std::string msg)
208
: VerificationError(std::move(msg))
209
{
210
}
211
};
212
213
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected