@return - Error message of ProfilingException
| 56 | |
| 57 | /// @return - Error message of ProfilingException |
| 58 | virtual const char *what() const noexcept override |
| 59 | { |
| 60 | return m_Message.c_str(); |
| 61 | } |
| 62 | |
| 63 | private: |
| 64 | std::string m_Message; |
no test coverage detected