MCPcopy Create free account
hub / github.com/USCiLab/cereal / RapidJSONException

Method RapidJSONException

include/cereal/archives/json.hpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 /*! @ingroup Utility */
39 struct RapidJSONException : Exception
40 { RapidJSONException( const char * what_ ) : Exception( what_ ) {} };
41}
42
43// Inform rapidjson that assert will throw

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected