MCPcopy Create free account
hub / github.com/WheretIB/nullc / CompilerError

Method CompilerError

NULLC/Compiler.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58CompilerError::CompilerError(const char* errStr, const char* apprPos)
59{
60 Init(errStr, apprPos);
61}
62
63void CompilerError::Init(const char* errStr, const char* apprPos)
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected