In Files

Methods

Voodoo::Parser::ParseError

Class for parse errors. A ParseError indicates an error in the code being parsed. For other errors that the parser may raise, see ParserInternalError.

Public Class Methods

new(message, input_name, start_line, start_column, text) click to toggle source
# 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.