Syntax error descriptor.
class SyntaxError( [code], [description], [extra] ) \ from Error( code, description, extra )
Syntax error descriptor.
This errors are generated by the compiler or the assembler when a compilation fails. Usually, scripts won't receive this unless they are using the compiler to compile themselves modules on the fly.