class RSpec::Core::Notifications::FailedExampleNotification

def initialize(example, exception_presenter=Formatters::ExceptionPresenter.new(example.execution_result.exception, example))

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