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