| 425 | |
| 426 | public: |
| 427 | IGFDException() : std::exception() { |
| 428 | } |
| 429 | explicit IGFDException(char const* const vMsg) |
| 430 | : std::exception(), // std::exception(msg) is not availaiable on linux it seems... but on windos yes |
| 431 | m_msg(vMsg) { |
nothing calls this directly
no outgoing calls
no test coverage detected