MCPcopy Create free account
hub / github.com/chokkan/crfsuite / raise

Method raise

swig/python/export_wrap.cpp:3246–3249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3244 }
3245
3246 static void raise(const char *msg)
3247 {
3248 throw DirectorMethodException(msg);
3249 }
3250 };
3251
3252 /* attempt to call a pure virtual method via a director method */

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected