Exception: Omnitest::Skeptic::FeatureNotImplementedError

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

Instance Method Summary collapse

Constructor Details

#initialize(feature) ⇒ FeatureNotImplementedError



12
13
14
# File 'lib/omnitest/skeptic/errors.rb', line 12

def initialize(feature)
  super "Feature #{feature} is not implemented"
end