Exception: Gherkin::NoSuchLanguageException

Inherits:
ParserException show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-gherkin-23.0.1/lib/gherkin/errors.rb

Instance Attribute Summary

Attributes inherited from ParserException

#location

Instance Method Summary collapse

Constructor Details

#initialize(language, location) ⇒ NoSuchLanguageException

Returns a new instance of NoSuchLanguageException.



16
17
18
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-gherkin-23.0.1/lib/gherkin/errors.rb', line 16

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