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

Method CoolPropError

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

Source from the content-addressed store, hash-verified

47{
48 public:
49 CoolPropError(const std::string& err = "", ErrCode ecode = errcode) throw() : CoolPropBaseError(err, ecode) {}
50};
51
52using NotImplementedError = CoolPropError<CoolPropBaseError::eNotImplemented>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected