MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / setError

Method setError

src/hx/cppia/CppiaCompiler.cpp:613–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611
612
613 void setError(const char *inError) HXCPP_OVERRIDE
614 {
615 throw inError;
616 }
617
618 void crash() HXCPP_OVERRIDE
619 {

Callers 1

genCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected