class Cucumber::FileException
Attributes
Public Class Methods
Source
# File lib/cucumber/runtime.rb, line 28 def initialize(original_exception, path) super(original_exception) @path = path end
Calls superclass method
# File lib/cucumber/runtime.rb, line 28 def initialize(original_exception, path) super(original_exception) @path = path end