| 2669 | return msg_.c_str(); |
| 2670 | } |
| 2671 | RuntimeError::RuntimeError(JSONCPP_STRING const& msg) |
| 2672 | : Exception(msg) |
| 2673 | {} |
| 2674 | LogicError::LogicError(JSONCPP_STRING const& msg) |
| 2675 | : Exception(msg) |
| 2676 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected