| 2603 | : Exception(msg) |
| 2604 | {} |
| 2605 | LogicError::LogicError(std::string const& msg) |
| 2606 | : Exception(msg) |
| 2607 | {} |
| 2608 | void throwRuntimeError(std::string const& msg) |
| 2609 | { |
| 2610 | throw RuntimeError(msg); |
nothing calls this directly
no outgoing calls
no test coverage detected