Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ SigningError
Method
SigningError
include/jwt/exceptions.hpp:66–69 ·
view source on GitHub ↗
*/
Source
from the content-addressed store, hash-verified
64
/**
65
*/
66
SigningError(std::string msg)
67
: std::runtime_error(std::move(msg))
68
{
69
}
70
};
71
72
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected