returns the explanatory string
| 2354 | public: |
| 2355 | /// returns the explanatory string |
| 2356 | JSON_HEDLEY_RETURNS_NON_NULL |
| 2357 | const char* what() const noexcept override |
| 2358 | { |
| 2359 | return m.what(); |
| 2360 | } |
| 2361 | |
| 2362 | /// the id of the exception |
| 2363 | const int id; |