MCPcopy Create free account
hub / github.com/boostorg/json / what

Method what

test/test.hpp:451–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 : std::exception
450{
451 char const*
452 what() const noexcept
453 {
454 return "test exception";
455 }
456};
457
458// Exercises every exception path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected