class RSpec::Core::Notifications::FailedExampleNotification

def initialize(example, exception_presenter=Formatters::ExceptionPresenter::Factory.new(example).build)

def initialize(example, exception_presenter=Formatters::ExceptionPresenter::Factory.new(example).build)
  @exception_presenter = exception_presenter
  super(example)
end