| 38 | /*! @ingroup Utility */ |
| 39 | struct RapidJSONException : Exception |
| 40 | { RapidJSONException( const char * what_ ) : Exception( what_ ) {} }; |
| 41 | } |
| 42 | |
| 43 | // Inform rapidjson that assert will throw |
nothing calls this directly
no outgoing calls
no test coverage detected