Voodoo::Parser::Error
Class for parse errors. A ParseError indicates an error in the code being parsed. For other errors that the parser may raise, see ParserInternalError.
# File voodoo/parser.rb, line 60 def initialize message, input_name, start_line, start_column, text super message, input_name, start_line, start_column, text end
[Validate]
Generated with the Darkfish Rdoc Generator 2.