Exception: Gherkin3::NoSuchLanguageException
- Inherits:
-
ParserException
- Object
- StandardError
- ParserError
- ParserException
- Gherkin3::NoSuchLanguageException
- Defined in:
- lib/gherkin3/errors.rb
Instance Attribute Summary
Attributes inherited from ParserException
Instance Method Summary collapse
-
#initialize(language, location) ⇒ NoSuchLanguageException
constructor
A new instance of NoSuchLanguageException.
Constructor Details
#initialize(language, location) ⇒ NoSuchLanguageException
Returns a new instance of NoSuchLanguageException.
14 15 16 |
# File 'lib/gherkin3/errors.rb', line 14 def initialize(language, location) super "Language not supported: #{language}", location end |