Interpreter prototype alpha
c++ interpreter for make believe language
 
Loading...
Searching...
No Matches

◆ Exceptions() [2/3]

Exceptions::Exceptions ( const int &  Error_index,
const std::string &  filePath,
const int &  lnNum,
const int &  current_index,
const std::string &  current_char 
)

Exceptions constructor.

Parameters
Error_indexthe index of the error in the enum 'EXCEPTIONS_MSG'
filePathname of the file where exception was thrown from
lnNumline where exception was thrown from
current_indexindex where exception was thrown from
current_charthe character which caused an exception to be thrown