class ScriptError
ScriptError is the superclass for errors raised when a script can not be executed because of aLoadError,NotImplementedError or aSyntaxError. Note these type ofScriptErrors are notStandardError and will not be rescued unless it is specified explicitly (or its ancestorException).