MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / InvalidAlgorithmError

Method InvalidAlgorithmError

include/jwt/exceptions.hpp:143–146  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

141 /**
142 */
143 InvalidAlgorithmError(std::string msg)
144 : VerificationError(std::move(msg))
145 {
146 }
147};
148
149/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected