class Gherkin::NoSuchLanguageException
def initialize(language, location)
def initialize(language, location) super "Language not supported: #{language}", location end
def initialize(language, location) super "Language not supported: #{language}", location end