| 56 | } |
| 57 | |
| 58 | CompilerError::CompilerError(const char* errStr, const char* apprPos) |
| 59 | { |
| 60 | Init(errStr, apprPos); |
| 61 | } |
| 62 | |
| 63 | void CompilerError::Init(const char* errStr, const char* apprPos) |
| 64 | { |
nothing calls this directly
no outgoing calls
no test coverage detected