Class Voodoo::Parser::ParserInternalError
In: voodoo/parser.rb
Parent: Parser::Error

Class for parser internal errors. A ParserInternalError indicates an error in the parser that is not flagged as an error in the code being parsed. Possible causes include I/O errors while reading code, as well as bugs in the parser.

The cause attribute indicates the initial cause for the error. The other attributes of ParserInternalError are inherited from Parser::Error and indicate the input that was being processed when the error occurred.

Methods

new  

Attributes

cause  [R] 

Public Class methods

[Validate]