| 2660 | namespace Json { |
| 2661 | |
| 2662 | Exception::Exception(JSONCPP_STRING const& msg) |
| 2663 | : msg_(msg) |
| 2664 | {} |
| 2665 | Exception::~Exception() JSONCPP_NOEXCEPT |
| 2666 | {} |
| 2667 | char const* Exception::what() const JSONCPP_NOEXCEPT |
nothing calls this directly
no outgoing calls
no test coverage detected