| 2644 | Exception::~Exception() JSONCPP_NOEXCEPT |
| 2645 | {} |
| 2646 | char const* Exception::what() const JSONCPP_NOEXCEPT |
| 2647 | { |
| 2648 | return msg_.c_str(); |
| 2649 | } |
| 2650 | RuntimeError::RuntimeError(JSONCPP_STRING const& msg) |
| 2651 | : Exception(msg) |
| 2652 | {} |
no outgoing calls
no test coverage detected