| 35 | } |
| 36 | |
| 37 | void CModuleException::AppendError(std::string str) { |
| 38 | m_strError.push_back(std::move(str)); |
| 39 | } |
| 40 | |
| 41 | void CModuleException::SetFooter(std::string footer) { |
| 42 | m_strFooter = std::move(footer); |
no outgoing calls
no test coverage detected