Exception: Cucumber::FeatureFolderNotFoundException
- Inherits:
-
Exception
- Object
- Exception
- Cucumber::FeatureFolderNotFoundException
- Defined in:
- lib/cucumber/runtime.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ FeatureFolderNotFoundException
constructor
A new instance of FeatureFolderNotFoundException.
- #message ⇒ Object
Constructor Details
#initialize(path) ⇒ FeatureFolderNotFoundException
Returns a new instance of FeatureFolderNotFoundException.
35 36 37 |
# File 'lib/cucumber/runtime.rb', line 35 def initialize(path) @path = path end |
Instance Method Details
#message ⇒ Object
39 40 41 |
# File 'lib/cucumber/runtime.rb', line 39 def "No such file or directory - #{@path}" end |