Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ SignatureFormatError
Method
SignatureFormatError
include/jwt/exceptions.hpp:95–98 ·
view source on GitHub ↗
*/
Source
from the content-addressed store, hash-verified
93
/**
94
*/
95
SignatureFormatError(std::string msg)
96
: DecodeError(std::move(msg))
97
{
98
}
99
};
100
101
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected