MCPcopy Create free account
hub / github.com/ceph/ceph / err

Class err

src/common/ceph_json.h:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121class JSONDecoder {
122public:
123 struct err : std::runtime_error {
124 using runtime_error::runtime_error;
125 };
126
127 JSONParser parser;
128

Callers 3

decode_json_objFunction · 0.70
JSONDecoderMethod · 0.70
decode_jsonMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected