returns the explanatory string
| 4302 | public: |
| 4303 | /// returns the explanatory string |
| 4304 | const char* what() const noexcept override |
| 4305 | { |
| 4306 | return m.what(); |
| 4307 | } |
| 4308 | |
| 4309 | /// the id of the exception |
| 4310 | const int id; // NOLINT(cppcoreguidelines-non-private-member-variables-in-classes) |
no outgoing calls
no test coverage detected