The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
ScriptCompileException
arsd
script
Thrown on script syntax errors and the sort.
class
ScriptCompileException :
Exception
{
string
s
;
int
lineNumber
;
}
Meta
Source
See Implementation
arsd
script
classes
NonScriptCatchableException
ScriptCompileException
ScriptException
ScriptRuntimeException
functions
interpret
interpretFile
repl
Thrown on script syntax errors and the sort.