| 206 | : Exception(msg) |
| 207 | {} |
| 208 | JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg) |
| 209 | { |
| 210 | throw RuntimeError(msg); |
| 211 | } |
| 212 | JSONCPP_NORETURN void throwLogicError(JSONCPP_STRING const& msg) |
| 213 | { |
| 214 | throw LogicError(msg); |
no outgoing calls
no test coverage detected