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

Function hx_error

src/hx/CFFI.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202*/
203
204void hx_error() THROWS
205{
206 hx::Throw( HX_CSTRING("ERROR") );
207}
208
209
210void val_throw(hx::Object * arg1) THROWS

Callers 1

neko_errorFunction · 0.85

Calls 1

ThrowFunction · 0.85

Tested by

no test coverage detected