Exception: Cucumber::TagExcess

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cucumber/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(messages) ⇒ TagExcess

Returns a new instance of TagExcess.



49
50
51
# File 'lib/cucumber/errors.rb', line 49

def initialize(messages)
  super(messages.join("\n"))
end