PrintCompileError

Prints an error message to the terminal during compilation.

template PrintCompileError (
string message
) {}

Members

Aliases

PrintCompilerError
alias PrintCompilerError = PrintCompileMessage!("Error", message)
Undocumented in source.

Meta