class RSpec::Core::Formatters::ExceptionPresenter::Factory

def build

def build
  ExceptionPresenter.new(@exception, @example, options)
end