MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / CoolPropBaseError

Method CoolPropBaseError

include/CoolProp/Exceptions.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected