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

Method ArgumentError

src/backend/common/err_common.cpp:60–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58{}
59
60ArgumentError::ArgumentError(const char * const pFuncName,
61 const char * const pFileName,
62 const int pLineNumber,
63 const int pIndex,
64 const char * const pExpectString)
65 : FgError(pFuncName, pFileName, pLineNumber, "Invalid argument", FG_ERR_INVALID_ARG),
66 mArgIndex(pIndex),
67 mExpected(pExpectString)
68{}
69
70////////////////////////////////////////////////////////////////////////////////
71// Helper Functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected