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

Method FgError

src/backend/common/err_common.cpp:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25using std::stringstream;
26
27FgError::FgError(const char * const pFuncName,
28 const char * const pFileName,
29 const int pLineNumber,
30 const char * const pMessage, ErrorCode pErrCode)
31 : logic_error (pMessage),
32 mFuncName (pFuncName),
33 mFileName (pFileName),
34 mLineNumber (pLineNumber),
35 mErrCode (pErrCode)
36{}
37
38FgError::FgError(string pFuncName,
39 string pFileName,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected