MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / parse_error

Method parse_error

external/include/json.hpp:299–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297
298 private:
299 parse_error(int id_, std::size_t byte_, const char* what_arg)
300 : exception(id_, what_arg), byte(byte_) {}
301};
302
303/*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected