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