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

Method what

include/jwt/json/json.hpp:2356–2360  ·  view source on GitHub ↗

returns the explanatory string

Source from the content-addressed store, hash-verified

2354 public:
2355 /// returns the explanatory string
2356 JSON_HEDLEY_RETURNS_NON_NULL
2357 const char* what() const noexcept override
2358 {
2359 return m.what();
2360 }
2361
2362 /// the id of the exception
2363 const int id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected