| 28 | //------------------------------------------------------------------------------ |
| 29 | |
| 30 | void throwError(boost::format& message) |
| 31 | { |
| 32 | throw std::runtime_error(message.str()); |
| 33 | } |
| 34 | |
| 35 | //------------------------------------------------------------------------------ |
nothing calls this directly
no outgoing calls
no test coverage detected