| 2665 | Exception::~Exception() JSONCPP_NOEXCEPT |
| 2666 | {} |
| 2667 | char const* Exception::what() const JSONCPP_NOEXCEPT |
| 2668 | { |
| 2669 | return msg_.c_str(); |
| 2670 | } |
| 2671 | RuntimeError::RuntimeError(JSONCPP_STRING const& msg) |
| 2672 | : Exception(msg) |
| 2673 | {} |
no outgoing calls
no test coverage detected