| 2672 | : Exception(msg) |
| 2673 | {} |
| 2674 | LogicError::LogicError(JSONCPP_STRING const& msg) |
| 2675 | : Exception(msg) |
| 2676 | {} |
| 2677 | JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg) |
| 2678 | { |
| 2679 | throw RuntimeError(msg); |
nothing calls this directly
no outgoing calls
no test coverage detected