Exception: Omnitest::Skeptic::FeatureNotImplementedError
- Inherits:
-
StandardError
- Object
- StandardError
- Omnitest::Skeptic::FeatureNotImplementedError
- Defined in:
- lib/omnitest/skeptic/errors.rb
Instance Method Summary collapse
-
#initialize(feature) ⇒ FeatureNotImplementedError
constructor
A new instance of FeatureNotImplementedError.
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 |