returns the explanatory string
| 1866 | public: |
| 1867 | /// returns the explanatory string |
| 1868 | JSON_HEDLEY_RETURNS_NON_NULL |
| 1869 | const char* what() const noexcept override |
| 1870 | { |
| 1871 | return m.what(); |
| 1872 | } |
| 1873 | |
| 1874 | /// the id of the exception |
| 1875 | const int id; |
no outgoing calls
no test coverage detected