MCPcopy Create free account
hub / github.com/arrayfire/forge / Error

Method Error

src/api/cpp/exception.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34Error::Error() : mErrCode(FG_ERR_UNKNOWN)
35{
36 stringcopy(mMessage, "Unknown Exception", sizeof(mMessage));
37}
38
39Error::Error(const char * const pMessage)
40 : mErrCode(FG_ERR_UNKNOWN)

Callers

nothing calls this directly

Calls 2

stringcopyFunction · 0.85
fg_err_to_stringFunction · 0.85

Tested by

no test coverage detected