returns the explanatory string
| 4373 | public: |
| 4374 | /// returns the explanatory string |
| 4375 | const char* what() const noexcept override |
| 4376 | { |
| 4377 | return m.what(); |
| 4378 | } |
| 4379 | |
| 4380 | /// the id of the exception |
| 4381 | const int id; // NOLINT(cppcoreguidelines-non-private-member-variables-in-classes) |
no outgoing calls