MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / ap_error

Method ap_error

src/ap.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94{
95public:
96 ap_error(){};
97 ap_error(const char *s){ msg = s; };
98
99 std::string msg;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected