| 47 | { |
| 48 | public: |
| 49 | CoolPropError(const std::string& err = "", ErrCode ecode = errcode) throw() : CoolPropBaseError(err, ecode) {} |
| 50 | }; |
| 51 | |
| 52 | using NotImplementedError = CoolPropError<CoolPropBaseError::eNotImplemented>; |
nothing calls this directly
no outgoing calls
no test coverage detected