MCPcopy Create free account
hub / github.com/digego/extempore / ScmRuntimeError

Method ScmRuntimeError

src/Scheme.cpp:180–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178class ScmRuntimeError {
179public:
180 ScmRuntimeError(const char* _msg, pointer _p) {msg = _msg;p = _p;};
181 const char* msg;
182 pointer p;
183};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected