returns the explanatory string
| 2421 | public: |
| 2422 | /// returns the explanatory string |
| 2423 | JSON_HEDLEY_RETURNS_NON_NULL |
| 2424 | const char* what() const noexcept override |
| 2425 | { |
| 2426 | return m.what(); |
| 2427 | } |
| 2428 | |
| 2429 | /// the id of the exception |
| 2430 | const int id; |
no outgoing calls
no test coverage detected