| 2675 | : Exception(msg) |
| 2676 | {} |
| 2677 | JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg) |
| 2678 | { |
| 2679 | throw RuntimeError(msg); |
| 2680 | } |
| 2681 | JSONCPP_NORETURN void throwLogicError(JSONCPP_STRING const& msg) |
| 2682 | { |
| 2683 | throw LogicError(msg); |
no outgoing calls
no test coverage detected