Method CompilationHandler()->compile_error()
- Method compile_error
voidcompile_error(stringfilename,intline,stringmsg)- Description
Called by compile() and cpp() when they encounter errors in the code they compile.
- Parameter
filename File where the error was detected.
- Parameter
line Line where the error was detected.
- Parameter
msg Description of error.
- See also