Parent

Methods

Gherkin::Parser::ParseError

Public Class Methods

new(state, new_state, expected_states, uri, line) click to toggle source
    # File lib/gherkin/parser/parser.rb, line 9
 9:       def initialize(state, new_state, expected_states, uri, line)
10:         super("Parse error at #{uri}:#{line}. Found #{new_state} when expecting one of: #{expected_states.join(', ')}. (Current state: #{state}).")
11:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.