Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
204
void hx_error() THROWS
205
{
206
hx::Throw( HX_CSTRING(
"ERROR"
) );
207
}
208
209
210
void val_throw(hx::Object * arg1) THROWS
Callers
1
neko_error
Function · 0.85
Calls
1
Throw
Function · 0.85
Tested by
no test coverage detected