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