| 58 | {} |
| 59 | |
| 60 | ArgumentError::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 |
nothing calls this directly
no outgoing calls
no test coverage detected