| 2606 | : Exception(msg) |
| 2607 | {} |
| 2608 | void throwRuntimeError(std::string const& msg) |
| 2609 | { |
| 2610 | throw RuntimeError(msg); |
| 2611 | } |
| 2612 | void throwLogicError(std::string const& msg) |
| 2613 | { |
| 2614 | throw LogicError(msg); |
no outgoing calls
no test coverage detected