Exception: Gherkin::NoSuchLanguageException

Inherits:
ParserException show all
Defined in:
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.



14
15
16
# File 'lib/gherkin/errors.rb', line 14

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