arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
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.