jumped v0.6.0 (2020-06-18T08:53:50Z)
Dub
Repo
PrintCompileError
jumped
errors
Prints an error message to the terminal during compilation.
template
PrintCompileError (
string
message
) {
alias
PrintCompilerError
=
PrintCompileMessage
!(
"Error"
,
message
)
;
}
Members
Aliases
PrintCompilerError
alias
PrintCompilerError
=
PrintCompileMessage
!(
"Error"
,
message
)
Undocumented in source.
Meta
Source
See Implementation
jumped
errors
templates
PrintCompileError
PrintCompileMessage
Prints an error message to the terminal during compilation.