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

Method what

include/jwt/exceptions.hpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 virtual const char* what() const noexcept override
49 {
50 return msg_;
51 }
52
53private:
54 const char* msg_ = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected