Exception: Cucumber::Formatter::HtmlBuilder::InvalidEmbedTypeError
- Inherits:
-
StandardError
- Object
- StandardError
- Cucumber::Formatter::HtmlBuilder::InvalidEmbedTypeError
- Defined in:
- lib/cucumber/formatter/html_builder.rb
Constant Summary collapse
- MESSAGE =
'Invalid embed type. Valid types are :text and :image.'.freeze
Instance Method Summary collapse
-
#initialize(message = MESSAGE) ⇒ InvalidEmbedTypeError
constructor
A new instance of InvalidEmbedTypeError.
Constructor Details
#initialize(message = MESSAGE) ⇒ InvalidEmbedTypeError
Returns a new instance of InvalidEmbedTypeError.
13 14 15 |
# File 'lib/cucumber/formatter/html_builder.rb', line 13 def initialize(=MESSAGE) super() end |