| 2654 | : Exception(msg) |
| 2655 | {} |
| 2656 | JSONCPP_NORETURN void throwRuntimeError(JSONCPP_STRING const& msg) |
| 2657 | { |
| 2658 | throw RuntimeError(msg); |
| 2659 | } |
| 2660 | JSONCPP_NORETURN void throwLogicError(JSONCPP_STRING const& msg) |
| 2661 | { |
| 2662 | throw LogicError(msg); |
no outgoing calls
no test coverage detected