MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / NotFoundException

Class NotFoundException

opt_utils/include/open_ptrack/opt_utils/json.h:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 {}
74 };
75 class NotFoundException : public std::out_of_range
76 {
77 public:
78 NotFoundException() : std::out_of_range("The node could not be found")
79 {}
80 };
81
82 struct Format
83 {

Callers 1

json.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected