| 29 | eMultipleSolutions |
| 30 | }; |
| 31 | CoolPropBaseError(const std::string& err, ErrCode code) throw() : m_code(code), m_err(err) {} |
| 32 | ~CoolPropBaseError() throw() = default; |
| 33 | const char* what() const throw() override { |
| 34 | return m_err.c_str(); |
nothing calls this directly
no outgoing calls
no test coverage detected