class Cucumber::FileException

Attributes

path[R]

Public Class Methods

new(original_exception, path) click to toggle source
Calls superclass method
# File lib/cucumber/runtime.rb, line 24
def initialize(original_exception, path)
  super(original_exception)
  @path = path
end