Exception
# File lib/cucumber/runtime.rb, line 23 def initialize(original_exception, path) super(original_exception) @path = path end