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

Method DecodeError

include/jwt/exceptions.hpp:80–83  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

78 /**
79 */
80 DecodeError(std::string msg)
81 : std::runtime_error(std::move(msg))
82 {
83 }
84};
85
86/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected