class Cucumber::FeatureFolderNotFoundException

def initialize(path)

def initialize(path)
  @path = path
  super
end